From 7762a78e2003525f7a588cc489f87cafaf68469f Mon Sep 17 00:00:00 2001 From: nasirhm Date: Oct 15 2020 22:19:58 +0000 Subject: Addition of the feh command in .profile --- diff --git a/Kickstarts/flat-i3.ks b/Kickstarts/flat-i3.ks index 42502a8..a09d3ab 100644 --- a/Kickstarts/flat-i3.ks +++ b/Kickstarts/flat-i3.ks @@ -305,7 +305,6 @@ rm -f /boot/*-rescue* # Remove machine-id on pre generated images rm -f /etc/machine-id touch /etc/machine-id - %end %post --nochroot @@ -327,12 +326,10 @@ if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then %endif\ ' /usr/share/lorax/templates.d/99-generic/live/x86.tmpl fi - %end %post # xfce configuration - # create /etc/sysconfig/desktop (needed for installation) cat > /etc/sysconfig/desktop <> /home/liveuser/.profile + # this goes at the end after all other changes. chown -R liveuser:liveuser /home/liveuser restorecon -R /home/liveuser + + EOF %end @@ -433,5 +435,5 @@ i3lock i3status dunst brightlight - +feh %end