Skip to content

Commit

Permalink
Ensure we update BOOT_MIN_SIZE to reflect EFI size change.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Jan 31, 2021
1 parent e3c3640 commit af47a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_installer2/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
ESP_FREE_REQUIRED = 60 * MB
ESP_MIN_SIZE = 512

BOOT_MIN_SIZE = 300 * MB
BOOT_MIN_SIZE = 512 * MB


def find_best_swap_size(longsize):
Expand Down

0 comments on commit af47a6d

Please sign in to comment.