From 2d00925380b98e9b2314fa77781a8dd5b119d194 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 25 May 2015 01:04:28 -0400 Subject: cmd/installer-pc: Fix variable names --- 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 -- cgit v0.9.1