Symlink conf to /cf/conf

This commit is contained in:
Scott Ullrich 2005-06-18 20:23:11 +00:00
parent 7f8d1f3f39
commit b7cd5f2096

2
etc/rc
View File

@ -70,7 +70,7 @@ if [ ! -d /cf/conf/backup/ ]; then
fi
if [ "$PLATFORM" = "cdrom" ]; then
ln -s /FreeSBIE/cf/conf /conf
ln -s /cf/conf /conf
fi
set -T