diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 0acedcf..e6b6dc8 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1121,6 +1121,12 @@ Command=/bin/bash -l Name=Shell Parent=FALLBACK/ EOT +mkdir -p ${LIVE_ROOTDIR}/etc/skel/.config +cat <<EOT >> ${LIVE_ROOTDIR}/etc/skel/.config/konsolerc +[Desktop Entry] +DefaultProfile=Shell.profile + +EOT if [ "$LIVEDE" = "PLASMA5" ]; then |