From a62f12110b19a52a58d7eae871012202cfa16055 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 22 Nov 2009 14:36:42 +0100 Subject: Renaming categories to archive areas (Closes: #519690). --- debian/bug/live-helper.script | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/bug/live-helper.script (limited to 'debian/bug/live-helper.script') diff --git a/debian/bug/live-helper.script b/debian/bug/live-helper.script new file mode 100644 index 000000000..54ef8ddca --- /dev/null +++ b/debian/bug/live-helper.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