rc: root file system print, closes #1408

This commit is contained in:
Franco Fichtner 2017-07-23 15:54:55 +02:00
parent 566fe52edc
commit 6da1836636

View file

@ -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