diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-20 21:14:40 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:36:02 +0100 |
commit | dbd3e05a154bc70b4adfbce434230ce9484f8e03 (patch) | |
tree | 7e2ac3bf06aa12fe1452ae394c8f45462c9b4857 /debian | |
parent | 9f6f1f3f84ee7fefae1bdcbccaa1dd83b2e07b68 (diff) | |
download | vyos-live-build-dbd3e05a154bc70b4adfbce434230ce9484f8e03.tar.gz vyos-live-build-dbd3e05a154bc70b4adfbce434230ce9484f8e03.zip |
debian: add mtd-tools in suggests field since it's used when jffs2 is choosen
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 49d484d4a..73c50400b 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ XS-Upstream-Depends: git-core Package: live-helper Architecture: all Depends: debootstrap | cdebootstrap -Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs, sudo | fakeroot, syslinux | grub +Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub Description: Debian Live helper programs Live-helper is a collection of programs that can be used to build Debian Live system images. The philosophy behind live-helper is to provide a collection of |