From 628c0d25f3adc22bd5166ce3e2255409c2c5a1a5 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 15 Dec 2014 18:41:46 +0100 Subject: Fix default terminal --- liveusb/airootfs/root/customize_airootfs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liveusb/airootfs/root/customize_airootfs.sh b/liveusb/airootfs/root/customize_airootfs.sh index 2065be0..c7061f5 100755 --- a/liveusb/airootfs/root/customize_airootfs.sh +++ b/liveusb/airootfs/root/customize_airootfs.sh @@ -1,9 +1,10 @@ # Enable the vbox service systemctl enable vboxservice -# Create the amenthes user and fix permissions on home dir +# Create the amenthes user, fix permissions on home dir and default terminal useradd -m -G wheel -s /bin/bash amenthes chown -R amenthes:amenthes /home/amenthes +sed -i 's/\(terminal=\)/\1lxterminal/' /home/amenthes/.config/libfm/libfm.conf # Setup the lxdm config sed -i 's/^# \(autologin=.*\)/\1/' /etc/lxdm/lxdm.conf # uncomment autlogin conf -- cgit v1.3.1