diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-07 00:23:30 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-07 00:23:30 +0100 |
| commit | fbd4f68e44b6100a16eaf232cdbe7eedaccfde4a (patch) | |
| tree | f6acecc3e3463d97a43ece708749df5dadc5d42e /liveusb/airootfs | |
| parent | bc5f225b79e99d8c56743f9e2212e78ae7c86bff (diff) | |
Initial vbox, xorg and lxde
Diffstat (limited to 'liveusb/airootfs')
| -rw-r--r-- | liveusb/airootfs/etc/modules-load.d/virtualbox.conf | 3 | ||||
| -rwxr-xr-x | liveusb/airootfs/root/customize_airootfs.sh | 10 |
2 files changed, 12 insertions, 1 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 |
