Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148071309
D29725.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
D29725.diff
View Options
diff --git a/libexec/rc/rc.d/linux b/libexec/rc/rc.d/linux
--- a/libexec/rc/rc.d/linux
+++ b/libexec/rc/rc.d/linux
@@ -46,6 +46,12 @@
# Linux uses the pre-pts(4) tty naming scheme.
load_kld pty
+ # Explicitly load the filesystem modules; they are usually required,
+ # even with linux_mounts_enable="NO".
+ load_kld fdescfs
+ load_kld linprocfs
+ load_kld linsysfs
+
# Handle unbranded ELF executables by defaulting to ELFOSABI_LINUX.
if [ `sysctl -ni kern.elf64.fallback_brand` -eq "-1" ]; then
sysctl kern.elf64.fallback_brand=3 > /dev/null
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 16, 1:45 PM (13 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29772662
Default Alt Text
D29725.diff (557 B)
Attached To
Mode
D29725: rc: make the 'linux' script explicitly load filesystem modules
Attached
Detach File
Event Timeline
Log In to Comment