From 3ad19ac4bdb19b05fb5ff74f3c55b88f703053f7 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 19:23:05 +0100 Subject: [PATCH] Update chroot_scripts/2-install-live-lists.sh --- chroot_scripts/2-install-live-lists.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chroot_scripts/2-install-live-lists.sh b/chroot_scripts/2-install-live-lists.sh index d86c531..ad6d749 100755 --- a/chroot_scripts/2-install-live-lists.sh +++ b/chroot_scripts/2-install-live-lists.sh @@ -21,3 +21,6 @@ apt-get install --yes --no-install-recommends --option Dpkg::Options::="--force- systemctl mask fwupd || true systemctl mask nmdb || true +systemctl mask gnome-remote-desktop || true +systemctl mask gnome-remote-desktop-configuration || true +systemctl mask NetworkManager-wait-online || true