Date: Mon, 5 Oct 2009 13:18:10 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-current@freebsd.org Cc: Marcel Moolenaar <xcllnt@mac.com> Subject: Re: [PATCH] Fix for USB media not found at boot Message-ID: <200910051318.11111.hselasky@c2i.net> In-Reply-To: <200910032306.01529.hselasky@c2i.net> References: <20091002150931.K35591@pooker.samsco.org> <E7BAC20F-537C-4E81-94B8-FF83B00B6842@mac.com> <200910032306.01529.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 03 October 2009 23:06:00 Hans Petter Selasky wrote: > On Saturday 03 October 2009 20:51:07 Marcel Moolenaar wrote: > > On Oct 3, 2009, at 9:00 AM, Hans Petter Selasky wrote: > > > > An approach like this also allows one to indefinitely wait for the root > > device, which is a good feature to have... > > Here is a patch you can try: > > http://perforce.freebsd.org/chv.cgi?CH=169183 > > NOTE: I was not able to get any characters from gets() nor cncheckc(), so > there seems to be a bug somewhere. This used to work before at mount-root > time. > Hi, I currently only see one problem. If any partitions that should be automounted by /etc/fstab are not on the root disk, then /etc/fstab will fail, because the current code will only wait for for the root mount partition. Probably the script executing /etc/fstab should be updated to wait for disks aswell. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910051318.11111.hselasky>