From 0e771f1cf73cfbfd7e4b453c4df3fed7c276ab87 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 3 Nov 2021 10:15:07 +1300 Subject: [PATCH] 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 14c47f496a56e0f6c9fb444bc50f33cd42386b2f) --- elements/overcloud-partition-uefi/block-device-default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/overcloud-partition-uefi/block-device-default.yaml b/elements/overcloud-partition-uefi/block-device-default.yaml index 9022cab5e..0194d094c 100644 --- a/elements/overcloud-partition-uefi/block-device-default.yaml +++ b/elements/overcloud-partition-uefi/block-device-default.yaml @@ -6,7 +6,7 @@ partitions: - name: ESP type: 'EF00' - size: 8MiB + size: 16MiB mkfs: type: vfat mount: