diff options
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r-- | sys/kern/vfs_mount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index e357892..38c076f 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -1196,6 +1196,8 @@ vfs_mountroot(void) root_mount_wait(); + devfs_first(); + /* * We are booted with instructions to prompt for the root filesystem. */ |