From: Kern Sibbald Date: Sat, 3 Jun 2006 08:24:16 +0000 (+0000) Subject: Some tweaks to the scripts X-Git-Tag: Release-2.0.0~843 X-Git-Url: https://git.sur5r.net/?p=bacula%2Frescue;a=commitdiff_plain;h=b47e26819ace38802e6046df4af8b1e93b9bb796 Some tweaks to the scripts --- diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin b/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin index 7b20754..408fd05 100644 Binary files a/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin and b/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin differ 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/