From b47e26819ace38802e6046df4af8b1e93b9bb796 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 3 Jun 2006 08:24:16 +0000 Subject: [PATCH] Some tweaks to the scripts --- .../cdrom/cdtree/boot/isolinux/isolinux.bin | Bin 9856 -> 9856 bytes rescue/linux/cdrom/makebinaries | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin b/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin index 7b20754dbfcebea73f6f6597488267548a0e6ad8..408fd05b0fe3944e229de7b29a2de5cdea54f164 100644 GIT binary patch delta 23 ecmZqhZSdv$^~#}!fnmY~0R{$!PmCM+iqrsSUI)Vf delta 23 ecmZqhZSdv$^~#}!fnmY~0R{$!T!xK&MQQ+KI|n@g diff --git a/rescue/linux/cdrom/makebinaries b/rescue/linux/cdrom/makebinaries index 0b61737..b0f78ea 100755 --- a/rescue/linux/cdrom/makebinaries +++ b/rescue/linux/cdrom/makebinaries @@ -99,7 +99,7 @@ elif [ -e /lib/grub ] ; then mkdir -p roottree/lib/grub cp -fpr /lib/grub/* roottree/lib/grub else - echo "!!!!!!! Warning could not find grub scripts !!!!!!!!! + echo "======= Warning could not find grub scripts ========" fi # @@ -146,12 +146,12 @@ fi if [ -e /etc/ssh ] ; then cp -a /etc/ssh roottree/etc/ - echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - echo "!!!! !!!!" - echo "!!!! Warning your /etc/ssh directory was copied. !!!!" - echo "!!!! Keep this directory and the CDROM secure. !!!!" - echo "!!!! !!!!" - echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + echo "=====================================================" + echo "==== ====" + echo "==== Warning your /etc/ssh directory was copied. ====" + echo "==== Keep this directory and the CDROM secure. ====" + echo "==== ====" + echo "=====================================================" fi if [ -e /etc/security ] ; then cp -a /etc/security roottree/etc/ -- 2.39.2