mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-05 09:13:47 -04:00
[core] avoid the creation of 'System Volume Information' for ESPs written in DD mode
* Trying to mount accessible partitions after writing an image may lead to the creation of the infamous 'System Volume Information' folder on ESPs, which in turn leads to checksum errors for Ubuntu's boot/grub/efi.img (that maps to the Ubuntu ESP). So comment out that code. * Also fix a missing CRLFs in the log after displaying write progress.
This commit is contained in:
parent
03ef8aa024
commit
3bb83709da
3 changed files with 20 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
<Identity
|
||||
Name="19453.net.Rufus"
|
||||
Publisher="CN=7AC86D13-3E5A-491A-ADD5-80095C212740"
|
||||
Version="3.14.1791.0" />
|
||||
Version="3.14.1792.0" />
|
||||
|
||||
<Properties>
|
||||
<DisplayName>Rufus</DisplayName>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue