summaryrefslogtreecommitdiff
path: root/liveusb/airootfs/root/customize_airootfs.sh
blob: 9c2200b89dad27f335443feecb3fb89707594392 (plain)
1
2
3
4
5
6
7
8
9
# 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