Commit 6da18366 authored by Franco Fichtner's avatar Franco Fichtner

rc: root file system print, closes #1408

parent 566fe52e
......@@ -247,6 +247,9 @@ rm /var/run/booting
# Execute the normal syshook / plugin commands
/usr/local/etc/rc.syshook start
echo -n "Root file system: "
mount | grep ' on / ' | awk '{ print $1 }'
/usr/local/etc/rc.initial.banner
/usr/local/etc/rc.livemode
......
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