Module Name: src
Committed By: mlelstv
Date: Thu Jan 19 07:40:58 UTC 2023
Modified Files:
src/sys/kern: kern_subr.c
Log Message:
If a specified root device does not exist when the kernel tries to
mount the root filesystem, retry for up to ROOT_WAITTIME (20) seconds.
This helps for root on hot-plug devices like USB disks.
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/sys/kern/kern_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.