Adding live-initramfs 1.96.2-1.
[live-boot-grml.git] / debian / control
1 Source: live-initramfs
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live <debian-live-maint@lists.alioth.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>
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, wget, live-initscripts
15 Suggests: genext2fs, squashfs-tools
16 Description: Debian Live initramfs hook
17  live-initramfs is a hook for the initramfs-tools, used to generate a initramfs
18  capable to boot live systems, such as those created by live-helper. This
19  includes the Debian Live isos, netboot tarballs, and usb stick images.
20  .
21  At boot time it will look for a (read-only) media containing a "/live"
22  directory where a root filesystems (often a compressed filesystem image like
23  squashfs) is stored. If found, it will create a writable environment, using
24  unionfs, for Debian like systems to boot from.
25  .
26  You probably do not want to install this package onto a non-live system,
27  although it will do no harm.
28  .
29   Homepage: <http://debian-live.alioth.debian.org/>
30  .
31  live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.