Skip to content

Commit

Permalink
update to v2.4.3-rc3 and soft link to grub2-editenv
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna committed Dec 6, 2023
1 parent f5d8a50 commit 4a0e6d8
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 @@ -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
Expand Down

0 comments on commit 4a0e6d8

Please sign in to comment.