diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-07 00:56:06 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-07 00:56:06 +0100 |
| commit | 1d0be6cce98b154db41d1daae7f3b844b3103758 (patch) | |
| tree | cb1a0f39c214c322a22674f66e0e28e0249cfaac | |
| parent | fbd4f68e44b6100a16eaf232cdbe7eedaccfde4a (diff) | |
Enable the lxdm service
| -rwxr-xr-x | liveusb/airootfs/root/customize_airootfs.sh | 3 |
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 |
