mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
Add a comment that the chroot area cannot reside on a "nodev"-mounted
filesystem. PR: 12712 Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
This commit is contained in:
parent
d90c5c4ab4
commit
463a339fac
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
|||
# or available as a kld(4)-style kernel module,
|
||||
# otherwise the target 'release.8' and possibly others will fail.
|
||||
#
|
||||
# Note: "/some/dir" cannot reside on a filesystem mounted with
|
||||
# the "nodev" option, otherwise the chrooted "buildworld" will likely
|
||||
# fail.
|
||||
#
|
||||
# Set these, release builder!
|
||||
#
|
||||
# Fixed version:
|
||||
|
|
|
|||
Loading…
Reference in a new issue