From 03c53d9db465f63bbd4cf2fe99a33092d5885926 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Thu, 2 Dec 2004 16:01:56 +0000 Subject: [PATCH] oops, need newlines in /etc/issue --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)) -- 2.43.0