diff options
author | Daniel Baumann <daniel@debian.org> | 2012-09-29 13:20:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-09-29 13:23:31 +0200 |
commit | 7fad1b698dca380d27a483efa7eff581e857967b (patch) | |
tree | cf4cefec5f1475d593c1c5f26279839a99391f9e /debian | |
parent | 6b12a3fb7d2c3066b95180ea2bed5364986a4400 (diff) | |
download | vyos-live-build-7fad1b698dca380d27a483efa7eff581e857967b.tar.gz vyos-live-build-7fad1b698dca380d27a483efa7eff581e857967b.zip |
Including loadlin on d-i images on amd64 and i386.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/live-build.bug-script | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index bc7a9446c..5db07a55e 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Recommends: live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio, gnu-fdisk Suggests: - dosfstools, genisoimage, git, memtest86+ | memtest86, mtools, parted, + dosfstools, genisoimage, git, loadlin, memtest86+ | memtest86, mtools, parted, squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader Description: Debian Live - System build scripts diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script index 0cf407a91..79276241f 100644 --- a/debian/live-build.bug-script +++ b/debian/live-build.bug-script @@ -6,7 +6,7 @@ DEFAULT_SETTINGS="/etc/live/build.conf" dpkg -l debootstrap cdebootstrap # Checking suggests -dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools mtd-tools sudo fakeroot syslinux grub uuid-runtime win32-loader +dpkg -l dosfstools genisoimage loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools sudo fakeroot syslinux grub uuid-runtime win32-loader if [ -e "${DEFAULT_SETTINGS}" ]; then echo "Contents of ${DEFAULT_SETTINGS}:" |