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