From 980d2ea0f0bfb46de82356768a7778a43d95d782 Mon Sep 17 00:00:00 2001 From: sborrill Date: Tue, 20 Nov 2007 15:49:14 +0000 Subject: [PATCH] Support for boot.cfg has been added to the i386 bootloader --- doc/CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index 3532e4ade973..16272dd32526 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.949 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.950 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -254,3 +254,8 @@ Changes from NetBSD 4.0 to NetBSD 5.0: ahcisata(4): Add support for ATAPI devices. [bouyer 20071112] newfs_ext2fs(8): Add a native newfs_ext2fs(8) command. Closes PR bin/16175. [tsutsui 20071117] + i386: Add support for /boot.cfg to configure the bootloader. This + includes optionally displaying menus, altering banner text + and changing options such as timeouts and console device + which previously required use of installboot. + [sborrill 20071120]