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 4a0e6d8 commit f51c7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +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 ln -s /usr/sbin/grub-editenv /usr/bin/grub2-editenv

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

0 comments on commit f51c7e5

Please sign in to comment.