Date: Thu, 28 Feb 2008 17:08:05 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/gptboot gptboot.c Message-ID: <200802281708.m1SH85uM073216@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-02-28 17:08:05 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot2.c sys/boot/i386/gptboot gptboot.c Log: Rev 1.72 fixed a bug where if /boot.config changed the console its contents weren't displayed on the new console. However, the config string has been altered as part of being parsed so we only display the first option. Fix this by saving a copy of /boot.config before parsing it and displaying the saved copy after parsing. MFC after: 1 week PR: i386/103972 Submitted by: Alexandre Belloni alexandre.belloni of netasq.com Revision Changes Path 1.86 +3 -2 src/sys/boot/i386/boot2/boot2.c 1.87 +3 -2 src/sys/boot/i386/gptboot/gptboot.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802281708.m1SH85uM073216>