diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-20 10:17:09 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | dbfb79c47964978158714037bf1d77f7390daf8c (patch) | |
| tree | 68414238b221317e0cf0ab9367184563a70d595e | |
| parent | 7909d878be479e2ca2f177b42917e714d1b26b61 (diff) | |
| download | live-boot-dbfb79c47964978158714037bf1d77f7390daf8c.tar.gz live-boot-dbfb79c47964978158714037bf1d77f7390daf8c.zip | |
Move loop-aes-tools to Suggests; live-helper should install them if required.
The loop-aes-tools regress compared to the vanilla loop tools, which can
cause some problems - Although we should support them, it makes sense to
not use loop-aes-utils by default, which--as Recommends are installed by
default--they currently are.
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 9193f85..b01055c 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ XS-Upstream-Depends: git-core Package: live-initramfs Architecture: all Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup -Recommends: eject, loop-aes-utils, uuid-runtime, wget -Suggests: curlftpfs, genext2fs (>= 1.4.1), httpfs2, squashfs-tools, mtd-tools +Recommends: 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 capable to boot live systems, such as those created by live-helper. This |
