[SCM] live-initramfs branch, debian-next, updated. debian/1.236.1-1-6-gd4bb52d
Daniel Baumann
daniel at debian.org
Sun May 16 09:01:01 UTC 2010
The following commit has been merged in the debian-next branch:
commit d4bb52d1451c1a0be6e037be915f08546fa72917
Author: Daniel Baumann <daniel at debian.org>
Date: Sun May 16 10:54:58 2010 +0200
Moving 33enable_apport_crashes to live-sysinit.
diff --git a/scripts/live-bottom/33enable_apport_crashes b/scripts/live-bottom/33enable_apport_crashes
deleted file mode 100755
index 47e650d..0000000
--- a/scripts/live-bottom/33enable_apport_crashes
+++ /dev/null
@@ -1,39 +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 "${NOPROGRAMCRASHES}" ]
-then
- exit 0
-fi
-
-. /scripts/live-functions
-
-log_begin_msg "Enabling detection of crashes"
-
-# live-initramfs script
-
-if [ -e /root/etc/default/apport ]
-then
- sed -i 's/enabled=0/enabled=1/' /root/etc/default/apport
-fi
-
-log_end_msg
--
live-initramfs
More information about the debian-live-changes
mailing list