From fbd4f68e44b6100a16eaf232cdbe7eedaccfde4a Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 7 Dec 2014 00:23:30 +0100 Subject: Initial vbox, xorg and lxde --- liveusb/airootfs/root/customize_airootfs.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'liveusb/airootfs/root') 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 -- cgit v1.3.1