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:
parent
df419bdf55
commit
dce618af93
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue