From 85f63d7b97e7a5aa06487cc2cf80123f7bfa5a37 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 19:23:20 +0100 Subject: [PATCH] Update hooks/999-cleanup-apt-cache.chroot --- hooks/999-cleanup-apt-cache.chroot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hooks/999-cleanup-apt-cache.chroot b/hooks/999-cleanup-apt-cache.chroot index e5233f5..6d4c988 100755 --- a/hooks/999-cleanup-apt-cache.chroot +++ b/hooks/999-cleanup-apt-cache.chroot @@ -4,6 +4,9 @@ rm -f /var/lib/apt/lists/*_Packages rm -f /var/lib/apt/lists/*_Sources rm -f /var/lib/apt/lists/*_Translation-* -systemctl unmask fwupd || true -systemctl unmask nmdb || true +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 apt clean -y \ No newline at end of file