summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-14 21:33:56 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:39 +0100
commit3e3bb4260766082847fb162baf1a99aa4fbf7c49 (patch)
tree3ca00b38e66da4a2bd0bf83a1503e89a41ca47b6 /debian
parentfe8484f3cd11620e793dba71425abcb3cde9757e (diff)
downloadvyos-live-build-3e3bb4260766082847fb162baf1a99aa4fbf7c49.tar.gz
vyos-live-build-3e3bb4260766082847fb162baf1a99aa4fbf7c49.zip
Moving win32-loader inclusion support from external hook into main program (Closes: #476546).
Diffstat (limited to 'debian')
-rw-r--r--debian/bug/script2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/bug/script b/debian/bug/script
index fd04f46a1..54ef8ddca 100644
--- a/debian/bug/script
+++ b/debian/bug/script
@@ -6,7 +6,7 @@ DEFAULT_SETTINGS="/etc/default/live-helper"
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
+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}:"
diff --git a/debian/control b/debian/control
index fe59b1bb0..821ebe524 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Upstream-Depends: git-core
Package: live-helper
Architecture: all
Depends: debootstrap | cdebootstrap, gettext-base (>= 0.13)
-Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime
+Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader
Description: Debian Live build scripts
live-helper is a set of scripts to build Debian Live system images.
.