From def9939000b6bd1fece8a6c1c3c0f08f9b7b9429 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 24 May 2015 15:26:43 -0400 Subject: install_system(): Take ${foreign} argument --- (limited to 'lib/cmd') diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 879156e..ef834af 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -76,7 +76,7 @@ cmd_install_main() install_system "${cmd_install_opt_m-}" "${suite}" \ "${cmd_install_opt_a-}" "${cmd_install_opt_p-}" \ - "${chroot}" + "${chroot}" "${foreign}" if [ "x${dev}" != 'x' ]; then block_umount "${chroot}" -- cgit v0.9.1