Commit 0545356b authored by Franco Fichtner's avatar Franco Fichtner

rc: don't need nullfs anymore

parent f10cedbe
...@@ -63,9 +63,6 @@ if [ "${PLATFORM}" = "cdrom" ]; then ...@@ -63,9 +63,6 @@ if [ "${PLATFORM}" = "cdrom" ]; then
/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
# special handling for link
/sbin/mount_nullfs /cf/conf /conf
else else
# Mount /. If it fails run a fsck. # Mount /. If it fails run a fsck.
if [ "$PLATFORM" = "nanobsd" ]; then if [ "$PLATFORM" = "nanobsd" ]; then
......
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