diff options
author | Daniel Baumann <daniel@debian.org> | 2010-01-19 22:12:36 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:03 +0100 |
commit | 44a580e8f9ed3c33bad9c81b4839e4495ad364b0 (patch) | |
tree | 5cf492dffadf9a7048fc03410b6db4df61af3bc2 /debian/bug | |
parent | 06e36c3b52b9573ff546080f6d5ab9d4566d412d (diff) | |
download | vyos-live-build-44a580e8f9ed3c33bad9c81b4839e4495ad364b0.tar.gz vyos-live-build-44a580e8f9ed3c33bad9c81b4839e4495ad364b0.zip |
Minimizing rules file.
Diffstat (limited to 'debian/bug')
-rw-r--r-- | debian/bug/live-helper.presubj | 11 | ||||
-rw-r--r-- | debian/bug/live-helper.script | 16 |
2 files changed, 0 insertions, 27 deletions
diff --git a/debian/bug/live-helper.presubj b/debian/bug/live-helper.presubj deleted file mode 100644 index e59a93a65..000000000 --- a/debian/bug/live-helper.presubj +++ /dev/null @@ -1,11 +0,0 @@ -Before submitting a bug report against live-helper, please make sure -that you have read your guidlines for Debian Live bug reports: - - http://live.debian.net/manual/html/bugs.html - -By providing the required information as outlined in the guidlines makes -sure that we can optimally reproduce and fix bugs, not doing so wastes a -lot of time for both the maintainers and the submitters. - -Pleae bear in mind that bugs that lack the required information will -likely be ignored when the submitter doesn't follow up to questions. diff --git a/debian/bug/live-helper.script b/debian/bug/live-helper.script deleted file mode 100644 index 54ef8ddca..000000000 --- a/debian/bug/live-helper.script +++ /dev/null @@ -1,16 +0,0 @@ -#!/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 |