Skip to content

Commit

Permalink
src/woeusb: legacy boot grub config: Avoid using ... for waiting keys…
Browse files Browse the repository at this point in the history
…troke

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Oct 26, 2017
1 parent 89211eb commit 266d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ install_bootloader_grub(){
insmod fat
search --no-floppy --fs-uuid ${target_fs_uuid} --set root
ntldr /bootmgr
echo -n "Press ENTER to continue booting..."
echo -n "Press ENTER to continue booting: "
read key_holder
boot
END_OF_FILE
Expand Down

0 comments on commit 266d48f

Please sign in to comment.