diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-20 21:14:40 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-20 21:15:49 -0300 |
commit | 896af51d93884a8bb9f17b56cfd2701ed5cd7df2 (patch) | |
tree | 7e2ac3bf06aa12fe1452ae394c8f45462c9b4857 /debian | |
parent | ff9eb4e41f6eec2a3cfa9c278cd057603ccc73ff (diff) | |
download | vyos-live-build-896af51d93884a8bb9f17b56cfd2701ed5cd7df2.tar.gz vyos-live-build-896af51d93884a8bb9f17b56cfd2701ed5cd7df2.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 |