diff options
Diffstat (limited to 'scripts/live-bottom/33enable_apport_crashes')
| -rwxr-xr-x | scripts/live-bottom/33enable_apport_crashes | 39 |
1 files changed, 0 insertions, 39 deletions
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 |
