Date: Sat, 27 Aug 2011 00:07:32 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: FreeBSD-Current <freebsd-current@FreeBSD.org>, Marcel Moolenaar <marcel@FreeBSD.org> Subject: possible mountroot regression Message-ID: <4E580B14.7090208@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
It seems that after the introduction of the mountroot scripting language a user now has exactly one chance to try to specify a correct root device at the mountroot prompt. I am not sure that that is convenient/enough. I suspect that the following code is the cause: static void vfs_mountroot_conf0(struct sbuf *sb) { char *s, *tok, *mnt, *opt; int error; sbuf_printf(sb, ".onfail panic\n"); ... -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E580B14.7090208>