From ccefbcc92c211ea38e34fcb7e5feaeb37855f80f Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 10 Mar 2023 11:57:53 +0100 Subject: [PATCH] :robot: Remove dup Signed-off-by: mudler --- Earthfile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Earthfile b/Earthfile index d4e0d71f69..1d6eb724e8 100644 --- a/Earthfile +++ b/Earthfile @@ -331,23 +331,6 @@ docker: # Avoid to accidentally push keys generated by package managers RUN rm -rf /etc/ssh/ssh_host_* - # Copy flavor-specific overlay files - IF [[ "$FLAVOR" =~ "alpine" ]] - COPY overlay/files-alpine/ / - END - - IF [ "$FLAVOR" = "opensuse" ] || [ "$FLAVOR" = "opensuse-tumbleweed" ] - COPY overlay/files-opensuse/ / - ELSE IF [ "$FLAVOR" = "alpine-arm-rpi" ] - COPY overlay/files-opensuse-arm-rpi/ / - ELSE IF [ "$FLAVOR" = "opensuse-leap-arm-rpi" ] || [ "$FLAVOR" = "opensuse-tumbleweed-arm-rpi" ] - COPY overlay/files-opensuse-arm-rpi/ / - ELSE IF [ "$FLAVOR" = "fedora" ] || [ "$FLAVOR" = "rockylinux" ] - COPY overlay/files-fedora/ / - ELSE IF [ "$FLAVOR" = "debian" ] || [ "$FLAVOR" = "ubuntu" ] || [ "$FLAVOR" = "ubuntu-20-lts" ] || [ "$FLAVOR" = "ubuntu-22-lts" ] - COPY overlay/files-ubuntu/ / - END - # Enable services IF [ -f /sbin/openrc ] RUN mkdir -p /etc/runlevels/default && \