summaryrefslogtreecommitdiff
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
parentbc5f225b79e99d8c56743f9e2212e78ae7c86bff (diff)
Initial vbox, xorg and lxde
-rw-r--r--liveusb/airootfs/etc/modules-load.d/virtualbox.conf3
-rwxr-xr-xliveusb/airootfs/root/customize_airootfs.sh10
-rw-r--r--liveusb/packages.x86_644
3 files changed, 15 insertions, 2 deletions
diff --git a/liveusb/airootfs/etc/modules-load.d/virtualbox.conf b/liveusb/airootfs/etc/modules-load.d/virtualbox.conf
new file mode 100644
index 0000000..8f63f70
--- /dev/null
+++ b/liveusb/airootfs/etc/modules-load.d/virtualbox.conf
@@ -0,0 +1,3 @@
+vboxguest
+vboxsf
+vboxvideo
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
diff --git a/liveusb/packages.x86_64 b/liveusb/packages.x86_64
index 7b445fb..5e68f85 100644
--- a/liveusb/packages.x86_64
+++ b/liveusb/packages.x86_64
@@ -1 +1,3 @@
-figlet \ No newline at end of file
+virtualbox-guest-utils
+xorg-server
+lxde