diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-14 21:33:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 21:33:56 +0200 |
commit | c316f6cdbdb8415494ccc92e265c442bf2cee1a4 (patch) | |
tree | 689c15c95b6af09f0ee7daffdd31ffbea00cf48d /debian/bug | |
parent | 5977735ed1df2c7411632a504090441cdecdd66b (diff) | |
download | vyos-live-build-c316f6cdbdb8415494ccc92e265c442bf2cee1a4.tar.gz vyos-live-build-c316f6cdbdb8415494ccc92e265c442bf2cee1a4.zip |
Moving win32-loader inclusion support from external hook into main program (Closes: #476546).
Diffstat (limited to 'debian/bug')
-rw-r--r-- | debian/bug/script | 2 |
1 files changed, 1 insertions, 1 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}:" |