Page MenuHomeFreeBSD

D33593.diff
No OneTemporary

D33593.diff

diff --git a/sys/kern/vfs_mountroot.c b/sys/kern/vfs_mountroot.c
--- a/sys/kern/vfs_mountroot.c
+++ b/sys/kern/vfs_mountroot.c
@@ -1040,6 +1040,8 @@
* to behave exactly as it used to work before.
*/
vfs_mountroot_wait();
+ if (parse_mount_dev_present(dev))
+ return (0);
printf("mountroot: waiting for device %s...\n", dev);
delay = hz / 10;
timeout = root_mount_timeout * hz;

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 22, 1:01 PM (2 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16771925
Default Alt Text
D33593.diff (393 B)

Event Timeline