mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 13:35:27 +00:00
tool/run/boot_dir/hw: fix iPXE boot
This commit is contained in:
parent
647631af09
commit
d6da06913e
@ -172,19 +172,9 @@ proc run_boot_dir {binaries} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if {[have_spec x86] && [have_include "load/ipxe"]} {
|
if {[have_spec x86] && [have_include "load/ipxe"]} {
|
||||||
#
|
create_ipxe_config
|
||||||
# Generate iPXE config file
|
|
||||||
#
|
|
||||||
set fh [open "[run_dir]/boot.cfg" "WRONLY CREAT TRUNC"]
|
|
||||||
puts $fh "#!ipxe"
|
|
||||||
|
|
||||||
install_pxe_bootloader_to_run_dir
|
|
||||||
puts $fh "kernel boot/bender $options_bender"
|
|
||||||
puts $fh "module boot/image.elf"
|
|
||||||
puts $fh "boot"
|
|
||||||
close $fh
|
|
||||||
|
|
||||||
update_ipxe_boot_dir
|
update_ipxe_boot_dir
|
||||||
|
create_symlink_for_iso
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user