X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F33enable_apport_crashes;h=47e650d2fcdaeb72b8f1f6808fd05c220e264bcd;hb=24b9fd1c70013f5847d3a4658e56bd44534e7890;hp=f30065223d7d0cded4de0e0f49d24bd65dcefd6e;hpb=cc62ca76356dc851006e3fc980cc1dcc46ef9ca6;p=live-boot-grml.git diff --git a/scripts/live-bottom/33enable_apport_crashes b/scripts/live-bottom/33enable_apport_crashes index f300652..47e650d 100755 --- a/scripts/live-bottom/33enable_apport_crashes +++ b/scripts/live-bottom/33enable_apport_crashes @@ -27,15 +27,13 @@ fi . /scripts/live-functions -log_begin_msg "Enabling notifications about program crashes..." +log_begin_msg "Enabling detection of crashes" # live-initramfs script -update_notifier_version=$(chroot /root dpkg-query -W --showformat='${Version}' update-notifier 2>/dev/null) || update_notifier_version="" - -if [ -n "${update_notifier_version}" ] +if [ -e /root/etc/default/apport ] then - chroot /root sudo -u "${USERNAME}" gconftool-2 -t bool -s /apps/update-notifier/show_apport_crashes true + sed -i 's/enabled=0/enabled=1/' /root/etc/default/apport fi log_end_msg