From 463a339facb5cbe56e086f941ce7cd8bb61ba17e Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Sat, 17 Nov 2001 19:54:22 +0000 Subject: [PATCH] Add a comment that the chroot area cannot reside on a "nodev"-mounted filesystem. PR: 12712 Submitted by: Sergei Laskavy --- release/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release/Makefile b/release/Makefile index 056b792a17c..4bab2012445 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: