Skip to content

Commit

Permalink
system: forgot to delete raw format from EFI variables
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Mar 4, 2022
1 parent 0401ec1 commit 5b57c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Managers/UTMQemuSystem.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ - (void)architectureSpecificConfiguration {
[self pushArgv:@"-drive"];
[self pushArgv:[NSString stringWithFormat:@"if=pflash,format=raw,unit=0,file=%@,readonly=on", path.path]]; // accessDataWithBookmark called already
[self pushArgv:@"-drive"];
[self pushArgv:[NSString stringWithFormat:@"if=pflash,format=raw,unit=1,file=%@", self.efiVariablesURL.path]];
[self pushArgv:[NSString stringWithFormat:@"if=pflash,unit=1,file=%@", self.efiVariablesURL.path]];
[self accessDataWithBookmark:[self.efiVariablesURL bookmarkDataWithOptions:0
includingResourceValuesForKeys:nil
relativeToURL:nil
Expand Down

0 comments on commit 5b57c18

Please sign in to comment.