Commit 08e6c7d7 authored by Franco Fichtner's avatar Franco Fichtner

rc: missed a cf usage

parent 15eb08bb
...@@ -50,7 +50,7 @@ if [ "${PLATFORM}" = "cdrom" ]; then ...@@ -50,7 +50,7 @@ if [ "${PLATFORM}" = "cdrom" ]; then
/etc/rc.d/tmp start /etc/rc.d/tmp start
# fake a writeable environment in some subdirs # fake a writeable environment in some subdirs
for i in cf etc home root usr var; do for i in conf etc home root usr var; do
/bin/mkdir -p /tmp/.cdrom/${i} /bin/mkdir -p /tmp/.cdrom/${i}
/sbin/mount_unionfs /tmp/.cdrom/${i} /${i} /sbin/mount_unionfs /tmp/.cdrom/${i} /${i}
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment