mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
hw: load bender before kernel on grub too
This commit is contained in:
parent
73f7a95627
commit
ce43ed4c17
@ -166,7 +166,8 @@ proc run_boot_dir {binaries} {
|
|||||||
puts $fh "timeout 0"
|
puts $fh "timeout 0"
|
||||||
puts $fh "default 0"
|
puts $fh "default 0"
|
||||||
puts $fh "\ntitle Genode on base-hw"
|
puts $fh "\ntitle Genode on base-hw"
|
||||||
puts $fh " kernel /image.elf"
|
puts $fh " kernel /boot/bender"
|
||||||
|
puts $fh " module /image.elf"
|
||||||
close $fh
|
close $fh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user