Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5adb315

Browse files
bwardenbryteise
authored andcommitted
Increase default EFI partition size to 512 MB
With increased initrd sizes, 150 MB is inadequate.
1 parent a0fef5f commit 5adb315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/block_devices.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ var (
205205
"/dev/mmcblk": "p",
206206
}
207207

208-
bootSizeDefault = uint64(150 * (1024 * 1024))
208+
bootSizeDefault = uint64(512 * (1024 * 1024))
209209
SwapFileSizeDefault = uint64(64 * (1024 * 1024))
210210

211211
// BlockDeviceTypeLVM2GroupString is a string version for LVM2 member type

0 commit comments

Comments
 (0)