From: Aaron Klingaman Date: Thu, 2 Dec 2004 16:01:56 +0000 (+0000) Subject: oops, need newlines in /etc/issue X-Git-Tag: bootcd_3-0_beta1~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=03c53d9db465f63bbd4cf2fe99a33092d5885926;p=bootcd.git oops, need newlines in /etc/issue --- diff --git a/build.sh b/build.sh index 826bdef..62630e9 100755 --- a/build.sh +++ b/build.sh @@ -134,7 +134,9 @@ function build_initrd() echo "writing /etc/issue" echo "$FULL_VERSION_STRING" > $CD_ROOT/etc/issue - echo "Kernel \r on an \m\n" >> $CD_ROOT/etc/issue + echo "Kernel \r on an \m" >> $CD_ROOT/etc/issue + echo "" >> $CD_ROOT/etc/issue + echo "" >> $CD_ROOT/etc/issue echo "making the isolinux initrd kernel command line match rd size" let INITRD_SIZE_KB=$(($RAMDISK_SIZE * 1024))