diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-03-14 22:34:12 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:07 +0100 |
| commit | c21ed18e2b876dd325788b0a203a43f97cfd7b6f (patch) | |
| tree | 8e480ef6c52767b230539b57951cdd6a1063eb14 | |
| parent | 3d5f74ad7e7f55e7f4d91c6afb001b66a194b3fe (diff) | |
| download | live-boot-c21ed18e2b876dd325788b0a203a43f97cfd7b6f.tar.gz live-boot-c21ed18e2b876dd325788b0a203a43f97cfd7b6f.zip | |
Wrapping fields in control file.
| -rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 77977b7..f8ce250 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,9 @@ Package: live-initramfs Architecture: all Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup Recommends: cryptsetup, eject, rsync, uuid-runtime, wget -Suggests: loop-aes-utils, curlftpfs, genext2fs (>= 1.4.1), httpfs2, squashfs-tools, mtd-tools +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 |
