Commit 80df5b07 authored by Franco Fichtner's avatar Franco Fichtner

rc: mount repo of available

parent ca4f01e7
......@@ -103,6 +103,11 @@ else
fi
fi
# mount repo if available
if [ -d /root/core ]; then
/usr/bin/make -C /root/core mount
fi
if [ ! "$PLATFORM" = "jail" ]; then
# Check to see if a compact flash mountpoint exists
# If it fails to mount then run a fsck -y
......
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