diff --git a/src/etc/rc b/src/etc/rc index 26a86f54a..1669eff16 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -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