فهرست منبع

Set name on retrieved image to get around sourceforge download names

Antony Messerli 9 سال پیش
والد
کامیت
8fe948d5e1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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}