run/ipxe: cleanup creation of config file

This removes strange log messages like "file8".
This commit is contained in:
Christian Helmuth 2016-08-26 16:01:47 +02:00
parent 236b1465d0
commit ada334705c
1 changed files with 1 additions and 1 deletions

View File

@ -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"