Adding live-initramfs 1.91.6-1.
[live-boot-grml.git] / debian / control
1 Source: live-initramfs
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live <debian-live-devel@lists.alioth.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>, Marco Amadori <marco.amadori@gmail.com>
6 Build-Depends: debhelper (>= 5), lsb-release
7 Standards-Version: 3.7.2
8 XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/
9 XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-initramfs/
10
11 Package: live-initramfs
12 Architecture: all
13 Depends: ${misc:Depends}, file, initramfs-tools, sudo, user-setup
14 Recommends: eject, live-initscripts
15 Suggests: genext2fs, squashfs-tools
16 Conflicts: casper
17 Replaces: casper
18 Description: Debian Live initramfs hook
19  live-initramfs is a hook for the initramfs-tools, used to generate a initramfs
20  capable to boot live systems, such as those created by live-helper. This
21  includes the Debian Live isos, netboot tarballs, and usb stick images.
22  .
23  At boot time it will look for a (read-only) media containing a "/live"
24  directory where a root filesystems (often a compressed filesystem image like
25  squashfs) is stored. If found, it will create a writable environment, using
26  unionfs, for Debian like systems to boot from.
27  .
28  You probably do not want to install this package onto a non-live system,
29  although it will do no harm.
30  .
31   Homepage: <http://debian-live.alioth.debian.org/>
32  .
33  live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.