From 8ae4284cce6b47525ee4480d2659b07c0374358e84217251e18e15ad8ca9bfdb Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 26 Feb 2020 13:52:56 +0000 Subject: [PATCH] - Make RPi's EFI partition 64MB big (bsc#1164817) OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=20 --- JeOS.kiwi | 2 +- kiwi-templates-JeOS.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/JeOS.kiwi b/JeOS.kiwi index 4ceb7de..be14e9c 100644 --- a/JeOS.kiwi +++ b/JeOS.kiwi @@ -240,7 +240,7 @@ devicepersistency="by-uuid" btrfs_quota_groups="true" btrfs_root_is_snapshot="true" - efipartsize="16" + efipartsize="64" editbootinstall="editbootinstall_rpi.sh" > diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index 713235c..1111ff9 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 26 11:25:53 UTC 2020 - Nicolas Patricio Saenz Julienne + +- Make RPi's EFI partition 64MB big (bsc#1164817) + ------------------------------------------------------------------- Tue Feb 4 08:55:36 UTC 2020 - Fabian Vogt