Ver Fonte

Adjust instructions for ISO testing

Antony Messerli há 9 anos atrás
pai
commit
b8ea3ee2a9
1 ficheiros alterados com 4 adições e 2 exclusões
  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