Skip to content

Commit

Permalink
Update 01-run-chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 24, 2023
1 parent 568ed1c commit e0a94a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stages/03-Preconfiguration/01-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ sudo systemctl mask plymouth-quit.service

fi

if [[ "${OS}" == "debian-X20" ]]; then
sudo systemctl disable hostapd
sudo systemctl disable sshd
sudo systemctl disable networkmanager
sudo systemctl disable networking
sudo systemctl disable nfs-client
sudo systemctl disable ssh
sudo systemctl disable rsync
fi

#disable network-logging
sudo systemctl disable syslog.service
Expand Down

0 comments on commit e0a94a2

Please sign in to comment.