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
#
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/