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/root/customize_airootfs.sh | |
| parent | bc5f225b79e99d8c56743f9e2212e78ae7c86bff (diff) | |
Initial vbox, xorg and lxde
Diffstat (limited to 'liveusb/airootfs/root/customize_airootfs.sh')
| -rwxr-xr-x | liveusb/airootfs/root/customize_airootfs.sh | 10 |
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 |
