Increase size of EFI system partition
8 MiB is not enough when using the grub2 element with centos7 images, which installs binaries from the shim-x64 and grub2-efi-x64 packages under /boot/efi. 12 MiB ought to be enough for anybody. Change-Id: I8594d1fe05242f246a5809740a115ab2f84ac5a3
This commit is contained in:
parent
ea27ce6381
commit
257f9f4d1d
@ -7,7 +7,7 @@
|
|||||||
partitions:
|
partitions:
|
||||||
- name: ESP
|
- name: ESP
|
||||||
type: 'EF00'
|
type: 'EF00'
|
||||||
size: 8MiB
|
size: 12MiB
|
||||||
mkfs:
|
mkfs:
|
||||||
type: vfat
|
type: vfat
|
||||||
mount:
|
mount:
|
||||||
|
Loading…
Reference in New Issue
Block a user