2009-09-10 Felix Zielcke <fzielcke@z-51.de>
* docs/grub.cfg: Add an example menu entry for memtest86+.
This commit is contained in:
parent
ad8ea1f4c2
commit
c0d343875a
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-09-10 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* docs/grub.cfg: Add an example menu entry for memtest86+.
|
||||
|
||||
2009-09-09 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* config.guess: Update to latest version from config git.
|
||||
|
|
|
@ -62,6 +62,12 @@ menuentry "Microsoft Windows" {
|
|||
chainloader +1
|
||||
}
|
||||
|
||||
# For booting Memtest86+
|
||||
menuentry "Memtest86+" {
|
||||
set root=(hd0,1)
|
||||
linux16 /memtest86+.bin
|
||||
}
|
||||
|
||||
# Change the colors.
|
||||
menuentry "Change the colors" {
|
||||
set menu_color_normal=light-green/brown
|
||||
|
|
Loading…
Reference in a new issue