From: Stephen Soltesz Date: Mon, 4 Aug 2008 18:07:54 +0000 (+0000) Subject: ensure that the added kernel argument is passed to the boot image kernel as X-Git-Tag: BootCD-4.2-4~2 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=f4e17d1070752d5fc5450b725a97200047e5057d ensure that the added kernel argument is passed to the boot image kernel as well as the kexec kernel. --- diff --git a/build.sh b/build.sh index 32f1506..0535962 100755 --- a/build.sh +++ b/build.sh @@ -41,6 +41,7 @@ console_dev="" console_baud="" console_spec="" console_serial_line="" +kernel_args="" #################### compute all supported types @@ -321,6 +322,7 @@ EOF if [ -n "$KARGS_STR" ] ; then echo "$KARGS_STR" > $OVERLAY/kargs.txt + kernel_args=$KARGS_STR fi # Pack overlay files into a compressed archive @@ -353,7 +355,7 @@ function build_iso() { cat >$ISOFS/isolinux.cfg <$tmp <$tmp <$tmp/isolinux.cfg <$tmp <