Browse Source

Set name on retrieved image to get around sourceforge download names

Antony Messerli 9 năm trước cách đây
mục cha
commit
8fe948d5e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}