diff options
author | Daniel Baumann <daniel@debian.org> | 2009-04-22 21:39:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:04 +0100 |
commit | 665f6de8ada842311b903a359d29ee9ddecfc15c (patch) | |
tree | 365d28674a842a473e5f9199128672e2adbfc97a /debian/control | |
parent | 9029bd2c16e6de94174cec967bed8ec462987a3d (diff) | |
download | live-boot-665f6de8ada842311b903a359d29ee9ddecfc15c.tar.gz live-boot-665f6de8ada842311b903a359d29ee9ddecfc15c.zip |
Adding cryptsetup to recommends, it's used for encrypted persistent partitions.
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 1a59681..9774b43 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Git: git://git.debian.net/git/debian-live/live-initramfs.git Package: live-initramfs Architecture: all Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup -Recommends: eject, uuid-runtime, wget +Recommends: cryptsetup, eject, uuid-runtime, wget Suggests: loop-aes-utils, curlftpfs, genext2fs (>= 1.4.1), httpfs2, squashfs-tools, mtd-tools Description: Debian Live initramfs hook live-initramfs is a hook for the initramfs-tools, used to generate a initramfs |