summaryrefslogtreecommitdiff
path: root/debian/live-helper.bug-script
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-07-24 16:15:27 +0200
committerDaniel Baumann <daniel@debian.org>2010-07-24 16:15:27 +0200
commit50818430f22e924d0bc929e2e69344b6b6a67cf8 (patch)
tree973db36f87db19cd10f8376c02e9669d26116b5d /debian/live-helper.bug-script
parente863b1072942cedbb5f9b747904010916c8c816a (diff)
downloadvyos-live-build-50818430f22e924d0bc929e2e69344b6b6a67cf8.tar.gz
vyos-live-build-50818430f22e924d0bc929e2e69344b6b6a67cf8.zip
Renaming live-helper package to its generic name live-build, now all Debian Live are consistently and properly named.
Diffstat (limited to 'debian/live-helper.bug-script')
-rw-r--r--debian/live-helper.bug-script16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/live-helper.bug-script b/debian/live-helper.bug-script
deleted file mode 100644
index 54ef8ddca..000000000
--- a/debian/live-helper.bug-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