1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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
}