now stage1 supports both LBA and CHS.
This commit is contained in:
parent
3764236446
commit
45ec04e62e
4 changed files with 6 additions and 2 deletions
3
NEWS
3
NEWS
|
@ -1,5 +1,8 @@
|
|||
NEWS - list of user-visible changes between releases of GRUB
|
||||
|
||||
New in 0.5.94:
|
||||
* Stage 1 supports both the LBA mode and the CHS mode.
|
||||
|
||||
New in 0.5.93:
|
||||
* ELF format of FreeBSD kernel is supported.
|
||||
* Support the partition ids for NetBSD and OpenBSD.
|
||||
|
|
1
TODO
1
TODO
|
@ -37,5 +37,4 @@ Priorities:
|
|||
* Add remote console support (serial, parallel and net).
|
||||
* Add RAID support.
|
||||
* Complete the netboot support. !
|
||||
* Support CHS and LBA in a single Stage 1. !!
|
||||
* Add automatic configuration support.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -778,7 +778,7 @@ fi
|
|||
PACKAGE=grub
|
||||
|
||||
|
||||
VERSION=0.5.93
|
||||
VERSION=0.5.94
|
||||
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,3 +1,5 @@
|
|||
grub (0.5.94) unstable; urgency=low
|
||||
|
||||
grub (0.5.93) unstable; urgency=low
|
||||
|
||||
* Updated example configurations. (fixes:bug#42136)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue