tools-hardened: gnome3-th, changes from using gdm to slim as login manager

This commit is contained in:
Devan Franchini 2014-09-23 12:17:06 -04:00
parent 3f3e765125
commit 7c2d3c7228
3 changed files with 12 additions and 5 deletions

View file

@ -106,6 +106,8 @@ setup_systemd() {
chroot "${ROOTFS}"/ systemctl enable metalog.service
chroot "${ROOTFS}"/ systemctl enable NetworkManager.service
chroot "${ROOTFS}"/ systemctl enable postfix.service
chroot "${ROOTFS}"/ systemctl disable gdm
chroot "${ROOTFS}"/ systemctl enable slim
chroot "${ROOTFS}"/ systemctl enable smbd.service
chroot "${ROOTFS}"/ systemctl enable sshd.service
#chroot "${ROOTFS}"/ systemctl enable udev.service