Browse Source

Set name on retrieved image to get around sourceforge download names

Antony Messerli 9 years ago
parent
commit
8fe948d5e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils.ipxe

+ 1 - 1
src/utils.ipxe

@@ -87,7 +87,7 @@ goto boot_memdisk
 :boot_memdisk
 imgfree
 kernel ${memdisk} iso raw
-initrd http://${util_path}
+initrd --name ${util_file} http://${util_path}
 echo
 echo MD5sums:
 md5sum memdisk ${util_file}