f5cc305aaeca7dcf3b9450261c90687fc23eba3b
[live-boot-grml.git] / debian / control
1 Source: live-initramfs
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live Project <debian-live@lists.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>
6 Build-Depends: debhelper (>= 7.0.50~)
7 Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc
8 Standards-Version: 3.8.4
9 Homepage: http://live.debian.net/devel/live-initramfs/
10 Vcs-Browser: http://live.debian.net/gitweb/?p=live-initramfs.git
11 Vcs-Git: git://live.debian.net/git/live-initramfs.git
12
13 Package: live-initramfs
14 Architecture: all
15 Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup
16 Recommends: cryptsetup, eject, rsync, uuid-runtime, wget
17 Suggests:
18  loop-aes-utils, curlftpfs, genext2fs (>= 1.4.1), httpfs2, squashfs-tools,
19  mtd-tools, unionfs-fuse
20 Description: Debian Live initramfs hook
21  live-initramfs is a hook for the initramfs-tools, used to generate a initramfs
22  capable to boot live systems, such as those created by live-helper. This
23  includes the Debian Live isos, netboot tarballs, and usb stick images.
24  .
25  At boot time it will look for a (read-only) media containing a "/live"
26  directory where a root filesystems (often a compressed filesystem image like
27  squashfs) is stored. If found, it will create a writable environment, using
28  aufs or unionfs, for Debian like systems to boot from.
29  .
30  You probably do not want to install this package onto a non-live system,
31  although it will do no harm.
32  .
33  live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.