add module gensplash
[dracut.git] / debian / control
blob7579c2c0cdd6822f8b912f9ba406cf9defb4fa87
1 Source: dracut
2 Section: utils
3 Priority: optional
4 Maintainer: Philippe Seewer <philippe.seewer@bfh.ch>
5 Build-Depends: debhelper (>= 5.0), cdbs
6 Standards-Version: 3.8.4
7 Vcs-Browser: http://dracut.git.sourceforge.net/git/gitweb-index.cgi
8 Vcs-Git: git://dracut.git.sourceforge.net/gitroot/dracut/dracut
10 Package: dracut
11 Architecture: all
12 Recommends: cryptsetup, dmsetup, dmraid, lvm2, mdadm
13 Suggests: dracut-network
14 Depends: cpio, module-init-tools, udev, ${misc:Depends}
15 Provides: linux-initramfs-tool
16 Description: A new initramfs infrastructure
17  Unlike existing initramfs's, this is an attempt at having as little as
18  possible hard-coded into the initramfs as possible.  The initramfs has
19  (basically) one purpose in life -- getting the rootfs mounted so that
20  we can transition to the real rootfs.  This is all driven off of
21  device availability.  Therefore, instead of scripts hard-coded to do
22  various things, we depend on udev to create device nodes for us and
23  then when we have the rootfs's device node, we mount and carry on. 
24  Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI,
25  NBD and FCOE with dracut-network.
27 Package: dracut-network
28 Architecture: all
29 Recommends: nfs-common, open-iscsi, nbd-client
30 Depends: dracut, iputils-arping, dhcp3-client, ${misc:Depends}
31 Description: A new initramfs infrastucture
32  Unlike existing initramfs's, this is an attempt at having as little as
33  possible hard-coded into the initramfs as possible.  The initramfs has
34  (basically) one purpose in life -- getting the rootfs mounted so that
35  we can transition to the real rootfs.  This is all driven off of
36  device availability.  Therefore, instead of scripts hard-coded to do
37  various things, we depend on udev to create device nodes for us and
38  then when we have the rootfs's device node, we mount and carry on. 
39  Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI,
40  NBD and FCOE with dracut-network.