]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't terminate the interactive root mount prompt on mount failure.
authormarcel <marcel@FreeBSD.org>
Sun, 23 Oct 2011 20:03:33 +0000 (20:03 +0000)
committermarcel <marcel@FreeBSD.org>
Sun, 23 Oct 2011 20:03:33 +0000 (20:03 +0000)
commit26b45aef71d0af57c82518de4e87288d5c515180
tree8d614d8dc026ec174277f6765e8c4aa3710fd69c
parenteb67f83b02065565ec24b8ab3da09fc389452cda
Don't terminate the interactive root mount prompt on mount failure.
This restores the previous behaviour. While here, match '?' and '.'
inputs exactly and improve the error message.

Requested by: avg@
Derived from a patch by: Arnaud Lacombe <lacombar@gmail.com>
sys/kern/vfs_mountroot.c