tools-hardened/desktop run-base.sh: Removes unnecessary enabling of gdm systemd service

This commit is contained in:
Devan Franchini 2015-03-15 15:15:14 -04:00
parent 4f564bfd71
commit 8914b1f9c9

View file

@ -106,7 +106,6 @@ setup_systemd() {
sed -i -e 's/#GRUB_CMDLINE_LINUX=""/GRUB_CMDLINE_LINUX="init=\/usr\/lib\/systemd\/systemd"/' "${ROOTFS}"/etc/default/grub
chroot "${ROOTFS}"/ systemctl enable dhcpcd.service
chroot "${ROOTFS}"/ systemctl enable cronie.service
chroot "${ROOTFS}"/ systemctl enable gdm.service
chroot "${ROOTFS}"/ systemctl enable metalog.service
chroot "${ROOTFS}"/ systemctl enable NetworkManager.service
chroot "${ROOTFS}"/ systemctl enable systemd-resolved