add more precise instructions on mass_storage for noobs

This commit is contained in:
HappyZ 2018-12-12 21:06:26 -06:00
parent a9946c659b
commit 0313930751
1 changed files with 2 additions and 2 deletions

View File

@ -485,7 +485,7 @@ def diagnosis_restore_systemimg(dpt):
dpt.info_print("Your computer shall have mounted a disk.")
dpt.info_print("Please copy your `system.img` there.")
try:
input("While done, please press Enter key to continue..")
input("When done, plz eject disk and press Enter to continue..")
dpt.diagnosis_stop_mass_storage()
except KeyboardInterrupt:
dpt.err_print("Nothing happened..")
@ -525,7 +525,7 @@ def diagnosis_restore_bootimg(dpt, usetmpfp=None, bootimgfp=None):
dpt.info_print("Your computer shall have mounted a disk.")
dpt.info_print("Please copy your `boot.img.bak` there.")
try:
input("While done, please press Enter key to continue..")
input("When done, plz eject disk and press Enter to continue..")
dpt.diagnosis_stop_mass_storage()
except KeyboardInterrupt:
dpt.err_print("Nothing happened..")