diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 7 |
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] |