From 4c3113ba3bbbe7ec7ea6edb75a40a51bc480aba2 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 13 Oct 2024 21:28:21 +0000 Subject: [PATCH] Let it run properly, but disable the warnings --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 689ad77..b7dcc90 100644 --- a/Containerfile +++ b/Containerfile @@ -23,6 +23,6 @@ RUN dnf -y -x ${DNF_EXCLUSIONS} install NetworkManager-wwan RUN dnf -y -x ${DNF_EXCLUSIONS} install wget RUN dnf -y -x ${DNF_EXCLUSIONS} install wireless-regdb RUN dnf -y -x ${DNF_EXCLUSIONS} install wpa_supplicant -RUN rm -v /usr/lib/systemd/system/local-fs.target.wants/bootc-generic-growpart.service +RUN rm -v /etc/profile.d/console-login-helper-messages-profile.sh RUN systemctl disable sshd.service RUN systemctl set-default graphical.target