[SCM] live-initramfs branch, debian-next, updated. debian/1.236.1-1-13-g673b6a4
Daniel Baumann
daniel at debian.org
Sun May 16 10:50:21 UTC 2010
The following commit has been merged in the debian-next branch:
commit 673b6a4152ac52131056ec4c85b6aff55b8c7e41
Author: Daniel Baumann <daniel at debian.org>
Date: Sun May 16 12:44:14 2010 +0200
Moving 34disable_kpersonalizer to live-sysinit.
diff --git a/scripts/live-bottom/34disable_kpersonalizer b/scripts/live-bottom/34disable_kpersonalizer
deleted file mode 100755
index 8f6709b..0000000
--- a/scripts/live-bottom/34disable_kpersonalizer
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
- echo "${PREREQ}"
-}
-
-case "${1}" in
- prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-# live-initramfs header
-
-if [ -n "${NOKPERSONALIZER}" ]
-then
- exit 0
-fi
-
-. /scripts/live-functions
-
-log_begin_msg "Disabling kpersonalizer"
-
-# live-initramfs script
-
-if [ -e /root/etc/kde3 ]
-then
- if chroot /root /usr/bin/which kpersonalizer >/dev/null
- then
- # Disable first-login wizard for KDE
- if [ ! -f /root/etc/kde3/kpersonalizerrc ]
- then
-
-cat > /root/etc/kde3/kpersonalizerrc << EOF
-[General]
-FirstLogin=false
-EOF
-
- else
- echo "I'm not smart enough to disable kpersonalizer startup" >&2
- echo "Because kpersonalizerrc already exists" >&2
- fi
- fi
-fi
-
-log_end_msg
--
live-initramfs
More information about the debian-live-changes
mailing list