diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cmd/installer-pc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmd/installer-pc.sh b/lib/cmd/installer-pc.sh index 95bf9e7..e375763 100644 --- a/lib/cmd/installer-pc.sh +++ b/lib/cmd/installer-pc.sh @@ -63,8 +63,8 @@ cmd_installer_pc_main() cmd_installer_pc_make_partition_and_fs "${dev}" root="$(block_mount "${dev}1")" - install_system "${cmd_install_pc_opt_m-}" "${suite}" \ - "${cmd_install_pc_opt_a-}" "${cmd_install_pc_opt_p-}" \ + install_system "${cmd_installer_pc_opt_m-}" "${suite}" \ + "${cmd_installer_pc_opt_a-}" "${cmd_installer_pc_opt_p-}" \ "${root}" false if [ -f "${root}/sbin/lilo" ]; then |