[Lunar-commits] <lunar-iso> initrd: Cosmetic change of the fast boot banner

Stefan Wold ratler at lunar-linux.org
Sun Aug 8 14:35:33 CEST 2010


commit ba2e7bcc50b3f85fcb1ecc0047f1e9d8920f99c5
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Aug 8 14:35:33 2010 +0200

    initrd: Cosmetic change of the fast boot banner
---
 initrd/template/sbin/init |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/initrd/template/sbin/init b/initrd/template/sbin/init
index d5353be..6a0fe5e 100755
--- a/initrd/template/sbin/init
+++ b/initrd/template/sbin/init
@@ -332,13 +332,13 @@ IFS=$'\t\n'
 # fastboot or not?
 if cat /proc/cmdline | grep -q 'skipinitrd'; then
 	echo ""
-	echo " /--------------  fast boot in process  -----------------\\"
+	echo " ,--------------  fast boot in process  -----------------."
 	echo " |                                                       |"
 	echo " |  The initrd menu is being skipped. If something goes  |"
 	echo " |  wrong in this process, reboot with the ISO and use   |"
 	echo " |  the 'linux' or 'safe' boot options instead.          |"
 	echo " |                                                       |"
-	echo " \\-------------------------------------------------------/"
+	echo " `-------------------------------------------------------´"
 	echo ""
 	skipinitrd $*
 else


More information about the Lunar-commits mailing list