changeset 846:6232532acea6

Missing piece needed for sources/more/native-static-build.sh to work.
author Rob Landley <rob@landley.net>
date Tue, 13 Oct 2009 16:52:59 -0500
parents 444c36a37841
children 766931bf97f4
files system-image.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/system-image.sh	Mon Oct 12 14:27:37 2009 -0500
+++ b/system-image.sh	Tue Oct 13 16:52:59 2009 -0500
@@ -180,7 +180,7 @@
     APPEND="root=/dev/$ROOT rw init=$USRDIR/sbin/init.sh "
   fi
 
-  echo "-nographic -no-reboot -kernel \"$2\" \$WITH_HDB ${HDA}" \
+  echo "-nographic -no-reboot -kernel \"$2\" \$WITH_HDC \$WITH_HDB ${HDA}" \
     "-append \"${APPEND}panic=1 PATH=\$DISTCC_PATH_PREFIX${USRDIR}/bin" \
     "console=$CONSOLE \$KERNEL_EXTRA\" \$QEMU_EXTRA"
 }