mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
run/ipxe: cleanup creation of config file
This removes strange log messages like "file8".
This commit is contained in:
parent
236b1465d0
commit
ada334705c
@ -55,7 +55,7 @@ proc create_ipxe_iso_config { } {
|
||||
set fh [open "[run_dir]/boot.cfg" "WRONLY CREAT TRUNC"]
|
||||
puts $fh "#!ipxe"
|
||||
puts $fh "sanboot [run_name].iso || goto failed"
|
||||
puts $fh
|
||||
puts $fh ""
|
||||
puts $fh ":failed"
|
||||
puts $fh "echo Booting failed, dropping to shell"
|
||||
puts $fh "shell"
|
||||
|
Loading…
x
Reference in New Issue
Block a user