summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-11-17 19:54:22 +0000
committerbmah <bmah@FreeBSD.org>2001-11-17 19:54:22 +0000
commitf572bcd0cfde8ad93c885ab41226267b24ffea0e (patch)
tree53b57f5d91dbc9f2ea43c5fa429eee5e311094c8 /release
parentb58a3e40782ae0e677cf9298f2c46d94b75d464b (diff)
downloadFreeBSD-src-f572bcd0cfde8ad93c885ab41226267b24ffea0e.zip
FreeBSD-src-f572bcd0cfde8ad93c885ab41226267b24ffea0e.tar.gz
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>
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 056b792..4bab201 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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:
OpenPOWER on IntegriCloud