Mount DEVFS with no options.
This commit is contained in:
parent
c9348309e4
commit
fd7a4d0371
@ -283,7 +283,7 @@ invalid:
|
||||
warning("ignoring excess arguments");
|
||||
|
||||
if (devfs) {
|
||||
mount("devfs", "/dev", MNT_NOEXEC|MNT_RDONLY, 0);
|
||||
mount("devfs", "/dev", 0, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user