diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index b45c8f2..52038bc 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -19,8 +19,8 @@ done chown -R 1000:1000 /home/liveuser -findstr=$(grep -e 'kdesu' /usr/bin/eos-install-mode-run-calamares) -sed -e "s/$findstr//g" -i /usr/bin/eos-install-mode-run-calamares +sed -e "s/kde) kdesu/#kde) kdesu/g" -i /usr/bin/eos-install-mode-run-calamares +sed -e "s/pkexec calamares/sudo pkexec calamares/g" -i /usr/bin/eos-install-mode-run-calamares sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf