summaryrefslogtreecommitdiff
path: root/debian/live-helper.bug-script
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-01-19 22:12:36 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:03 +0100
commit44a580e8f9ed3c33bad9c81b4839e4495ad364b0 (patch)
tree5cf492dffadf9a7048fc03410b6db4df61af3bc2 /debian/live-helper.bug-script
parent06e36c3b52b9573ff546080f6d5ab9d4566d412d (diff)
downloadvyos-live-build-44a580e8f9ed3c33bad9c81b4839e4495ad364b0.tar.gz
vyos-live-build-44a580e8f9ed3c33bad9c81b4839e4495ad364b0.zip
Minimizing rules file.
Diffstat (limited to 'debian/live-helper.bug-script')
-rw-r--r--debian/live-helper.bug-script16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/live-helper.bug-script b/debian/live-helper.bug-script
new file mode 100644
index 000000000..54ef8ddca
--- /dev/null
+++ b/debian/live-helper.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