diff --git a/katsu/modules/base/cleanup.sh b/katsu/modules/base/cleanup.sh index 63b9c72..5b0ca27 100644 --- a/katsu/modules/base/cleanup.sh +++ b/katsu/modules/base/cleanup.sh @@ -2,24 +2,10 @@ systemctl disable systemd-networkd-wait-online systemd-networkd systemd-networkd.socket systemctl disable chronyd -# systemctl disable polkit -# Add polkitd user manually, weird hack because preinstall script doesn't run -cat << EOF > /usr/lib/sysusers.d/extras.conf -# This is a really weird hack -#Type Name ID Argument -g polkitd 114 -u polkitd 114:114 "User for polkitd" - - - -g rpc 32 -u rpc 32:32 "Rpcbind Daemon" - - -EOF echo max_parallel_downloads=20 >> /etc/dnf/dnf.conf echo defaultyes=True >> /etc/dnf/dnf.conf -systemd-sysusers - - # if aarch64 arch=$(uname -m)