Double the size of /boot/efi partition
The current size is big enough for the shim and grub packages which
are installed to it, however when doing a dnf upgrade or reinstall,
dnf may fail with an inadequate space error. Doubling the size of this
partition will avoid this error.
Change-Id: I1f8a189d0fc095cb2cc3bf7808756cd9b973c3b2
Blueprint: whole-disk-default
(cherry picked from commit 14c47f496a)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
partitions:
|
||||
- name: ESP
|
||||
type: 'EF00'
|
||||
size: 8MiB
|
||||
size: 16MiB
|
||||
mkfs:
|
||||
type: vfat
|
||||
mount:
|
||||
|
||||
Reference in New Issue
Block a user