]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/linux/cdrom/makebinaries
Some tweaks to the scripts
[bacula/rescue] / rescue / linux / cdrom / makebinaries
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/