mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
rc: root file system print, closes #1408
This commit is contained in:
parent
566fe52edc
commit
6da1836636
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user