From 4a0e6d8c3e16f22684d15a2690f651dea7ba3ce6 Mon Sep 17 00:00:00 2001 From: Santhosh Date: Wed, 6 Dec 2023 10:01:36 +0530 Subject: [PATCH] update to v2.4.3-rc3 and soft link to grub2-editenv --- Earthfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 9465365..ca0a45b 100644 --- a/Earthfile +++ b/Earthfile @@ -13,7 +13,7 @@ ARG CUSTOM_TAG ARG ARCH ARG PE_VERSION=v4.1.2 ARG SPECTRO_LUET_VERSION=v1.2.0 -ARG KAIROS_VERSION=v2.4.2 +ARG KAIROS_VERSION=v2.4.3-rc3 ARG K3S_FLAVOR_TAG=k3s1 ARG RKE2_FLAVOR_TAG=rke2r1 ARG BASE_IMAGE_URL=quay.io/kairos @@ -258,6 +258,8 @@ base-image: ln -sf "initrd-${kernel}" /boot/initrd RUN kernel=$(ls /lib/modules | tail -n1) && \ depmod -a "${kernel}" + RUN ln -s /usr/sbin/grub-install /usr/bin/grub2-install + RUN ln -s /usr/bin/grub-editenv /usr/bin/grub2-editenv RUN rm -rf /var/cache/* && \ apt clean