]> git.sur5r.net Git - bacula/rescue/commitdiff
Some tweaks to the scripts
authorKern Sibbald <kern@sibbald.com>
Sat, 3 Jun 2006 08:24:16 +0000 (08:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 3 Jun 2006 08:24:16 +0000 (08:24 +0000)
rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin
rescue/linux/cdrom/makebinaries

index 7b20754dbfcebea73f6f6597488267548a0e6ad8..408fd05b0fe3944e229de7b29a2de5cdea54f164 100644 (file)
Binary files a/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin and b/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin differ
index 0b617371a1d73dc8691819b223c979134d15a77f..b0f78ea650b8c3382e913b3a8253a97c3445941f 100755 (executable)
@@ -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/