mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[ext2fs] re-enable the sparse_super feature
* Closes #1516 * Also prevent protective message from being written in MBR mode
This commit is contained in:
parent
0e3658df1a
commit
cf52f61b9c
3 changed files with 10 additions and 9 deletions
|
@ -922,6 +922,9 @@ static BOOL WriteSBR(HANDLE hPhysicalDrive)
|
|||
sub_type = BT_GRUB2;
|
||||
} else if (partition_type == PARTITION_STYLE_GPT) {
|
||||
sub_type = BT_NON_BOOTABLE;
|
||||
} else {
|
||||
// Needed to prevent protective message to be written for MBR mode
|
||||
sub_type = BT_MAX;
|
||||
}
|
||||
|
||||
switch (sub_type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue