Forwardporting and extending usage of rsync when booting with toram based on a patch...
[live-boot-grml.git] / debian / control
1 Source: live-initramfs
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live <debian-live@lists.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>
6 Build-Depends: debhelper (>= 7)
7 Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc
8 Standards-Version: 3.8.3
9 Homepage: http://debian-live.alioth.debian.org/
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: loop-aes-utils, curlftpfs, genext2fs (>= 1.4.1), httpfs2, squashfs-tools, mtd-tools
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  aufs or 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  live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.