From 50818430f22e924d0bc929e2e69344b6b6a67cf8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 Jul 2010 16:15:27 +0200 Subject: Renaming live-helper package to its generic name live-build, now all Debian Live are consistently and properly named. --- debian/live-build.bug-script | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/live-build.bug-script (limited to 'debian/live-build.bug-script') diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script new file mode 100644 index 000000000..54ef8ddca --- /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 -- cgit v1.2.3