mirror of
https://github.com/opnsense/core.git
synced 2026-02-18 18:18:13 -05:00
rc: root file system print, closes #1408
This commit is contained in:
parent
566fe52edc
commit
6da1836636
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue