From f4e17d1070752d5fc5450b725a97200047e5057d Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 4 Aug 2008 18:07:54 +0000 Subject: [PATCH] ensure that the added kernel argument is passed to the boot image kernel as well as the kexec kernel. --- build.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 <