summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-25 01:04:28 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-25 01:04:28 (EDT)
commit2d00925380b98e9b2314fa77781a8dd5b119d194 (patch)
tree9fd03227400f607819c2b4e6d2d74dc8810d54aa /lib
parentf283bef5c06cf4843955a2825e1270751a4041cd (diff)
cmd/installer-pc: Fix variable names
Diffstat (limited to 'lib')
-rw-r--r--lib/cmd/installer-pc.sh4
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