summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-07 00:56:06 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-07 00:56:06 +0100
commit1d0be6cce98b154db41d1daae7f3b844b3103758 (patch)
treecb1a0f39c214c322a22674f66e0e28e0249cfaac
parentfbd4f68e44b6100a16eaf232cdbe7eedaccfde4a (diff)
Enable the lxdm service
-rwxr-xr-xliveusb/airootfs/root/customize_airootfs.sh3
1 files changed, 3 insertions, 0 deletions
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