reduce BIOS_GRUB_SIZE_BYTES to 1MiB

This commit is contained in:
Michael Hudson-Doyle 2018-03-28 12:21:37 +13:00
parent 0c659db740
commit dff6813517
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ from subiquity.ui.views import (
log = logging.getLogger("subiquitycore.controller.filesystem")
BIOS_GRUB_SIZE_BYTES = 2 * 1024 * 1024 # 2MiB
BIOS_GRUB_SIZE_BYTES = 1 * 1024 * 1024 # 1MiB
UEFI_GRUB_SIZE_BYTES = 512 * 1024 * 1024 # 512MiB EFI partition