diff options
author | Colin Watson <cjwatson@canonical.com> | 2011-06-08 10:02:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-08 10:02:10 +0200 |
commit | 8b05781dbcb27847b5f3afb432d48f8486d79b57 (patch) | |
tree | 6c0345ba790b2c15243111624f09f49f10654248 /debian/control | |
parent | a951e84c4f8da02edd20c7a36656f37b59bc1898 (diff) | |
download | vyos-live-build-8b05781dbcb27847b5f3afb432d48f8486d79b57.tar.gz vyos-live-build-8b05781dbcb27847b5f3afb432d48f8486d79b57.zip |
Use mkfs.ext2/mkfs.ext2 instead of genext2fs (Closes: #629533).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 57d60e670..3d00d98f9 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Depends: ${misc:Depends}, debootstrap | cdebootstrap | cdebootstrap-static Recommends: cpio, gettext-base, gnu-fdisk Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, - squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, + squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader Description: Debian Live - System Build Scripts live-build contains the scripts that build a Debian Live system image from a |