Skip to content

Commit

Permalink
postinstall: Use goofiboot's newly corrected --force option
Browse files Browse the repository at this point in the history
This ensures that even if goofiboot recieves an invalid file system header,
i.e. OEM laptops that inexplicably set BIOS boot flag on an ESP, we still
proceed with the installation, using our fallback paths to disable variables.

This will ensure no more goofiboot installation failures due to ESP verification
failure.

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Oct 18, 2016
1 parent 8da077c commit 169a2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os_installer2/postinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ def apply_uefi(self):

updated_uefi = False
for cmd in commands:
cmd += " --force"
try:
subprocess.check_call(cmd, shell=True)
updated_uefi = True
Expand Down

0 comments on commit 169a2c8

Please sign in to comment.