commit: 8914b1f9c99e6d108f183c1c598ec9fa77bc0a34
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 19:15:14 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 19:15:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8914b1f9
tools-hardened/desktop run-base.sh: Removes unnecessary enabling of gdm systemd
service
tools-hardened/desktop/run-base.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools-hardened/desktop/run-base.sh
b/tools-hardened/desktop/run-base.sh
index f73726b..a326424 100755
--- a/tools-hardened/desktop/run-base.sh
+++ b/tools-hardened/desktop/run-base.sh
@@ -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