summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 6e860dc..a7d931b 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1871,6 +1871,13 @@ EOT
mkdir -p ${LIVE_ROOTDIR}/etc/skel/.local/share/akonadi
mkdir -p ${LIVE_ROOTDIR}/etc/skel/.kde/share/config
+ # Configure kdesu to use 'sudo' instead of 'su', so that it will ask
+ # for the 'live'password instead of the 'root'password:
+ cat <<KDESU_EOF >${LIVE_ROOTDIR}/etc/skel/.config/kdesurc
+[super-user-command]
+super-user-command=sudo
+KDESU_EOF
+
# Set akonadi backend:
cat <<AKONADI_EOF >${LIVE_ROOTDIR}/etc/skel/.config/akonadi/akonadiserverrc
[%General]