summaryrefslogtreecommitdiff
path: root/liveusb/airootfs/root
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-07 00:23:30 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-07 00:23:30 +0100
commitfbd4f68e44b6100a16eaf232cdbe7eedaccfde4a (patch)
treef6acecc3e3463d97a43ece708749df5dadc5d42e /liveusb/airootfs/root
parentbc5f225b79e99d8c56743f9e2212e78ae7c86bff (diff)
Initial vbox, xorg and lxde
Diffstat (limited to 'liveusb/airootfs/root')
-rwxr-xr-xliveusb/airootfs/root/customize_airootfs.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/liveusb/airootfs/root/customize_airootfs.sh b/liveusb/airootfs/root/customize_airootfs.sh
index 9f49753..9c2200b 100755
--- a/liveusb/airootfs/root/customize_airootfs.sh
+++ b/liveusb/airootfs/root/customize_airootfs.sh
@@ -1 +1,9 @@
-touch /root/i.was.here
+# Enable the vbox service
+systemctl enable vboxservice
+
+# Create the amenthes user
+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