summaryrefslogtreecommitdiff
path: root/liveusb/airootfs/root/customize_airootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'liveusb/airootfs/root/customize_airootfs.sh')
-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