From ebaeb5c4a20c7461208fd2405f1e00a6f6370888 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Tue, 3 Oct 2023 22:57:21 +0500 Subject: [PATCH] Update --- airootfs/root/customize_airootfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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