From ee5408d5e3a7b9d4fd3b04f99dcba363e17b0d35 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 28 Jun 2005 22:09:03 +0000 Subject: Debugging echo's --- etc/rc.cdrom | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/rc.cdrom b/etc/rc.cdrom index 2d95aed..3176326 100755 --- a/etc/rc.cdrom +++ b/etc/rc.cdrom @@ -30,12 +30,15 @@ fi # lets populate them from the default (factory configuration) # files. if [ ! -f /cf/conf/config.xml ]; then + echo "Copying config.xml to /cf/conf/" /rescue/cp /FreeSBIE/cf/conf/config.xml /cf/conf/ fi if [ ! -f /conf.default/config.xml ]; then + echo "Copying config.xml to /conf.default/conf/" /rescue/cp /FreeSBIE/conf.default/config.xml /conf.default/config.xml fi if [ ! -f /cf/conf/ez-ipupdate.cache ]; then + echo "Copying ez-ipupdate.cache to /cf/conf/" /rescue/cp /FreeSBIE/cf/conf/ez-ipupdate.cache /cf/conf/ez-ipupdate.cache fi -- cgit v1.1