Add local harddisk boot option.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-02-27 12:21:34 +01:00
parent df419bdf55
commit dce618af93
1 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,9 @@ menuentry "Sortix" {
multiboot /boot/sortix.bin
module /boot/sortix.initrd
}
menuentry "Sortix (local harddisk)" {
search --file --set=root --no-floppy /sortix.bin
multiboot /sortix.bin
module /sortix.initrd.gz
}