oops, need newlines in /etc/issue
[bootcd.git] / build.sh
index 826bdef..62630e9 100755 (executable)
--- 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))