[SCM] debian-live branch, master, updated. 1.0_a47-1-6-gd6fa2ef

Chris Lamb chris at chris-lamb.co.uk
Tue Jun 10 17:56:21 UTC 2008


The following commit has been merged in the master branch:
commit d6fa2efe6d51f5b8a821ad126a65d364feec2343
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Jun 10 18:50:29 2008 +0100

    Show contents of /etc/default/live-helper in bug info collection script
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/debian/bug/script b/debian/bug/script
index 63c980e..fd04f46 100644
--- a/debian/bug/script
+++ b/debian/bug/script
@@ -1,7 +1,16 @@
 #!/bin/sh
 
+DEFAULT_SETTINGS="/etc/default/live-helper"
+
 # Checking depends
 dpkg -l debootstrap cdebootstrap
 
 # Checking suggests
 dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub uuid-runtime
+
+if [ -e "${DEFAULT_SETTINGS}" ]; then
+	echo "Contents of ${DEFAULT_SETTINGS}:"
+	cat "${DEFAULT_SETTINGS}"
+else
+	echo "${DEFAULT_SETTINGS} does not exist."
+fi

-- 
debian-live



More information about the debian-live-changes mailing list