[SCM] live-initramfs branch, debian-next, updated. debian/1.236.1-1-10-g8e445b9

Daniel Baumann daniel at debian.org
Sun May 16 10:27:40 UTC 2010


The following commit has been merged in the debian-next branch:
commit 8e445b90d3d2922aaa66ab6a9c333f1d9c15fdb6
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun May 16 12:21:38 2010 +0200

    Moving 34disable_kaboom to live-sysinit.

diff --git a/scripts/live-bottom/34disable_kaboom b/scripts/live-bottom/34disable_kaboom
deleted file mode 100755
index 2bb474c..0000000
--- a/scripts/live-bottom/34disable_kaboom
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-	echo "${PREREQ}"
-}
-
-case "${1}" in
-	prereqs)
-		prereqs
-		exit 0
-		;;
-esac
-
-# live-initramfs header
-
-. /scripts/live-functions
-
-log_begin_msg "Disabling kaboom"
-
-# live-initramfs script
-
-if [ -e /root/etc/kde4 ]
-then
-	mkdir -p /root/home/${USERNAME}/.local
-	touch /root/home/${USERNAME}/.local/kaboom
-fi
-
-log_end_msg

-- 
live-initramfs



More information about the debian-live-changes mailing list