From 75e91ec946648c30bf53b314793398a7dbb31a39 Mon Sep 17 00:00:00 2001 From: Santhosh Date: Wed, 6 Dec 2023 21:40:15 +0530 Subject: [PATCH] Update Earthfile --- Earthfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Earthfile b/Earthfile index bfc491a9..02197b67 100644 --- a/Earthfile +++ b/Earthfile @@ -259,8 +259,6 @@ 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