瀏覽代碼

Adjust instructions for ISO testing

Antony Messerli 9 年之前
父節點
當前提交
b8ea3ee2a9
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/utils.ipxe

+ 4 - 2
src/utils.ipxe

@@ -95,8 +95,10 @@ boot
 goto utils_exit
 
 :testdistro
-echo This option will allow you to test booting an ISO using memdisk.
-echo -n Specify ISO you want to test: ${} && read distro_iso
+echo This option will allow you to test booting an ISO using memdisk. Please
+echo specify the url of the ISO you want to test and it will automatically
+echo attempt to load the ISO using memdisk.
+echo -n URL: ${} && read distro_iso
 kernel ${memdisk} iso raw
 initrd ${distro_iso}
 boot