Support for boot.cfg has been added to the i386 bootloader
This commit is contained in:
parent
d849e6b356
commit
980d2ea0f0
|
@ -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.
|
[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]
|
ahcisata(4): Add support for ATAPI devices. [bouyer 20071112]
|
||||||
newfs_ext2fs(8): Add a native newfs_ext2fs(8) command.
|
newfs_ext2fs(8): Add a native newfs_ext2fs(8) command.
|
||||||
Closes PR bin/16175. [tsutsui 20071117]
|
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]
|
||||||
|
|
Loading…
Reference in New Issue