summaryrefslogtreecommitdiff
path: root/debian/live-build.bug-script
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-07-24 16:15:27 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:15 +0100
commit79b6f784534bb01b30c86992094c88f6ce757880 (patch)
tree973db36f87db19cd10f8376c02e9669d26116b5d /debian/live-build.bug-script
parent8d38953630d3947dc95d8f729aabbe9b2468cca5 (diff)
downloadlive-build-79b6f784534bb01b30c86992094c88f6ce757880.zip
live-build-79b6f784534bb01b30c86992094c88f6ce757880.tar.gz
Renaming live-helper package to its generic name live-build, now all Debian Live are consistently and properly named.
Diffstat (limited to 'debian/live-build.bug-script')
-rw-r--r--debian/live-build.bug-script16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script
new file mode 100644
index 0000000..54ef8dd
--- /dev/null
+++ b/debian/live-build.bug-script
@@ -0,0 +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 win32-loader
+
+if [ -e "${DEFAULT_SETTINGS}" ]; then
+ echo "Contents of ${DEFAULT_SETTINGS}:"
+ cat "${DEFAULT_SETTINGS}"
+else
+ echo "${DEFAULT_SETTINGS} does not exist."
+fi