From b0a7aa5fdff3404bd1ab75b9e9d908b26ed8166f Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Thu, 16 Feb 2023 11:14:30 +0200 Subject: [PATCH] Revert "Try to fix the MTU problem in a hackish way (tmp)" This reverts commit 40875bbae1885e19af52eb12fe203b359bc6e636. --- Earthfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Earthfile b/Earthfile index 9bdb9db..d0f97aa 100644 --- a/Earthfile +++ b/Earthfile @@ -24,10 +24,6 @@ image-rootfs: grub-files: FROM alpine RUN apk add wget - # Hack to see if this gets fixed: - # https://github.com/earthly/earthly/issues/847 - RUN ifconfig eth0 mtu 1200 - RUN ifconfig cni0 mtu 1200 RUN wget https://raw.githubusercontent.com/c3os-io/c3os/master/overlay/files-iso/boot/grub2/grub.cfg -O grub.cfg SAVE ARTIFACT --keep-own grub.cfg grub.cfg