Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108118402
D26944.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
597 B
Referenced Files
None
Subscribers
None
D26944.diff
View Options
Index: head/tools/build/beinstall.sh
===================================================================
--- head/tools/build/beinstall.sh
+++ head/tools/build/beinstall.sh
@@ -223,6 +223,7 @@
create_be_dirs "${srcdir}" "${objdir}" || errx "Unable to create BE dirs"
mount -t nullfs "${srcdir}" "${BE_MNTPT}${srcdir}" || errx "Unable to mount src"
mount -t nullfs "${objdir}" "${BE_MNTPT}${objdir}" || errx "Unable to mount obj"
+mount -t devfs devfs "${BE_MNTPT}/dev" || errx "Unable to mount devfs"
chroot ${BE_MNTPT} make "$@" -C ${srcdir} installworld || \
errx "Installworld failed!"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 2:07 PM (7 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16030780
Default Alt Text
D26944.diff (597 B)
Attached To
Mode
D26944: Mount devfs inside a beinstall(8) chroot
Attached
Detach File
Event Timeline
Log In to Comment