summaryrefslogtreecommitdiff
path: root/liveusb/airootfs
diff options
context:
space:
mode:
Diffstat (limited to 'liveusb/airootfs')
-rwxr-xr-xliveusb/airootfs/root/customize_airootfs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/liveusb/airootfs/root/customize_airootfs.sh b/liveusb/airootfs/root/customize_airootfs.sh
index a4bd382..2065be0 100755
--- a/liveusb/airootfs/root/customize_airootfs.sh
+++ b/liveusb/airootfs/root/customize_airootfs.sh
@@ -1,8 +1,9 @@
# Enable the vbox service
systemctl enable vboxservice
-# Create the amenthes user
+# Create the amenthes user and fix permissions on home dir
useradd -m -G wheel -s /bin/bash amenthes
+chown -R amenthes:amenthes /home/amenthes
# Setup the lxdm config
sed -i 's/^# \(autologin=.*\)/\1/' /etc/lxdm/lxdm.conf # uncomment autlogin conf