From 1d0be6cce98b154db41d1daae7f3b844b3103758 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 7 Dec 2014 00:56:06 +0100 Subject: Enable the lxdm service --- liveusb/airootfs/root/customize_airootfs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/liveusb/airootfs/root/customize_airootfs.sh b/liveusb/airootfs/root/customize_airootfs.sh index 9c2200b..b80c0eb 100755 --- a/liveusb/airootfs/root/customize_airootfs.sh +++ b/liveusb/airootfs/root/customize_airootfs.sh @@ -7,3 +7,6 @@ useradd -m -s /bin/bash amenthes # Setup the lxdm config echo "session=/usr/bin/startlxde" >> /etc/lxdm/lxdm.conf echo "autologin=amenthes" >> /etc/lxdm/lxdm.conf + +# Enable the lxdm service +systemctl enable lxdm -- cgit v1.3.1