freebsd-dev/sys/ufs
Pawel Jakub Dawidek 5a19f8b0c4 Introduce new /boot/loader.conf variable: root_mount_delay.
It can be used to delay mounting root partition to give a chance to GEOM
providers to show up.
Now, when there is no needed provider, vfs_rootmount() function will look
for it every second and if it can't be find in defined time, it'll ask
for root device name (before this change it was done immediately).

This will allow to boot from gmirror device in degraded mode.
2004-09-23 10:13:18 +00:00
..
ffs Introduce new /boot/loader.conf variable: root_mount_delay. 2004-09-23 10:13:18 +00:00
ufs Create simple function init_va_filerev() for initializing a va_filerev 2004-09-07 09:17:05 +00:00