소스 검색

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