1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[misc] add a cheat mode to not lock the physical drive during partitioning and formatting

* In some circumstances, this *might* help with the infamous #312 issue, though
  I will still recommend to figure out which application is keeping a lock instead
  of trying to cheat...
This commit is contained in:
Pete Batard 2015-10-01 22:22:20 +01:00
parent 4a5aa4bd2f
commit af53d11718
6 changed files with 18 additions and 9 deletions

View file

@ -538,6 +538,7 @@ t MSG_278 "Boot type"
t MSG_279 "Non bootable"
t MSG_280 "Image selection"
t MSG_281 "(Please select an image)"
t MSG_282 "Drive locking"
################################################################################
############################# TRANSLATOR END COPY ##############################