Skip to content

Commit

Permalink
Increase default EFI partition size to 512 MB
Browse files Browse the repository at this point in the history
With increased initrd sizes, 150 MB is inadequate.
  • Loading branch information
bwarden committed Oct 10, 2024
1 parent a0fef5f commit 2737342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/block_devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ var (
"/dev/mmcblk": "p",
}

bootSizeDefault = uint64(150 * (1024 * 1024))
bootSizeDefault = uint64(512 * (1024 * 1024))
SwapFileSizeDefault = uint64(64 * (1024 * 1024))

// BlockDeviceTypeLVM2GroupString is a string version for LVM2 member type
Expand Down

0 comments on commit 2737342

Please sign in to comment.