Add xserver stuff back to remove list, doesn't work read-only

This commit is contained in:
Phillip Burgess 2017-09-27 13:10:46 -07:00
parent baef700a97
commit 74e25a872b

View file

@ -181,9 +181,8 @@ echo "Removing unwanted packages..."
#apt-get remove -y --force-yes --purge triggerhappy cron logrotate dbus \
# dphys-swapfile xserver-common lightdm fake-hwclock
# Let's keep dbus...that includes avahi-daemon, a la 'raspberrypi.local',
# and also xserver & lightdm, let's leave that up to the user.
apt-get remove -y --force-yes --purge triggerhappy cron logrotate \
dphys-swapfile fake-hwclock
dphys-swapfile xserver-common lightdm fake-hwclock
apt-get -y --force-yes autoremove --purge
# Replace log management with busybox (use logread if needed)