From b9ebf277e3ee7e1d78c16109bcc0b0659f63088c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 16 Nov 2022 11:44:18 +0100 Subject: [PATCH] arrow_up: Bump repository and drop some workarounds (#434) * :arrow_up: Bump Kairos repositories Signed-off-by: Ettore Di Giacinto * :penguin: Find out which grub to call Signed-off-by: Ettore Di Giacinto Signed-off-by: Ettore Di Giacinto --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 52e9e18..24938c8 100644 --- a/Earthfile +++ b/Earthfile @@ -176,7 +176,7 @@ framework: # Keep openSUSE kernel on ARM IF [ "$FLAVOR" = "opensuse-arm-rpi" ] || [ "$FLAVOR" = "alpine-arm-rpi" ] RUN luet install -y --system-target /framework \ - distro-kernels/opensuse distro-initrd/opensuse + distro-kernels/opensuse-leap distro-initrd/opensuse-leap ELSE IF [ "$WITH_KERNEL" = "true" ] || [ "$FLAVOR" = "alpine" ] RUN luet install -y --system-target /framework \ distro-kernels/ubuntu distro-initrd/ubuntu