Add xserver stuff back to remove list, doesn't work read-only
This commit is contained in:
parent
baef700a97
commit
74e25a872b
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue