Skip to content

Commit

Permalink
update to v2.4.3-rc3 and soft link to grub2-editenv (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Dec 6, 2023
1 parent f5d8a50 commit 204e691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -259,6 +259,8 @@ base-image:
RUN kernel=$(ls /lib/modules | tail -n1) && \
depmod -a "${kernel}"

RUN ln -s /usr/sbin/grub-editenv /usr/bin/grub2-editenv

RUN rm -rf /var/cache/* && \
apt clean

Expand Down

0 comments on commit 204e691

Please sign in to comment.