diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.cdrom | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom index 3c615bc..cce7b04 100755 --- a/etc/rc.cdrom +++ b/etc/rc.cdrom @@ -14,12 +14,6 @@ # configuration. if [ ! -f /cf/conf/config.xml ]; then mkdir -p /cf/conf - echo ls /cf/conf - ls -la /cf/conf - echo ls / - ls -la / - echo ls /cf/ - echo -ls /cf/ echo "Copying /FreeSBIE/cf/conf/* /cf/conf/" /rescue/cp /FreeSBIE/cf/conf/* /cf/conf/ fi |