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