* grub-core/commands/efi/lsefimmap.c: Correct header.
* NEWS: Update.
This commit is contained in:
parent
dfe3b247a2
commit
40901acd76
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* grub-core/commands/efi/lsefimmap.c: Correct header.
|
||||
* NEWS: Update.
|
||||
|
||||
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub-editenv.c (argp_parser): Don't pass translated strings
|
||||
|
|
2
NEWS
2
NEWS
|
@ -17,7 +17,7 @@ New in 1.99:
|
|||
* Extend `vbeinfo' and `vbetest' commands to non-VBE graphics, as
|
||||
`videoinfo' and `videotest'.
|
||||
|
||||
* New `lsefisystab' and `lssal' commands on EFI platforms.
|
||||
* New `lsefisystab', `lssal', and `lsefimmap' commands on EFI platforms.
|
||||
|
||||
* Support explicit user claim that a device is BIOS-visible. Devices
|
||||
listed in device.map will be assumed to be readable using only BIOS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* memmap.c - Display memory map. */
|
||||
/* lsefimemmap.c - Display memory map. */
|
||||
/*
|
||||
* GRUB -- GRand Unified Bootloader
|
||||
* Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
|
|
Loading…
Reference in a new issue