mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
- Also change the /sbin/mount_unionfs line I managed to miss just two
lines down to '-o below'. Approved by: remko Noticed by: rodrigc Pointyhat by: me
This commit is contained in:
parent
d140946cf3
commit
a818f1140f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177038
@ -342,7 +342,7 @@ causes
|
||||
.Nm
|
||||
to execute the equivalent of:
|
||||
.Bd -literal -offset indent
|
||||
/sbin/mount_unionfs -b /sys $HOME/sys
|
||||
/sbin/mount_unionfs -o below /sys $HOME/sys
|
||||
.Ed
|
||||
.Pp
|
||||
Additional options specific to file system types
|
||||
|
Loading…
Reference in New Issue
Block a user