41e7d1b450ea42a1749685a57a84d48cb72333b6
[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), asciidoc, docbook-xsl, xsltproc
7 Standards-Version: 3.7.3
8 Homepage: http://debian-live.alioth.debian.org/
9 Vcs-Git: git://git.debian.org/git/users/daniel/live-initramfs.git
10 Vcs-Browser: http://git.debian.org/?p=users/daniel/live-initramfs.git
11 XS-Upstream-Depends: git-core
12
13 Package: live-initramfs
14 Architecture: all
15 Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup
16 Recommends: eject, uuid-runtime, wget
17 Suggests: genext2fs, 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  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/>.