File: control

package info (click to toggle)
dracut 005-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,368 kB
  • ctags: 207
  • sloc: sh: 6,487; ansic: 192; makefile: 108
file content (33 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: dracut
Section: utils
Priority: optional
Maintainer: Philippe Seewer <philippe.seewer@bfh.ch>
Build-Depends: debhelper (>= 5.0), cdbs
Standards-Version: 3.8.4
Vcs-Browser: http://dracut.git.sourceforge.net/git/gitweb-index.cgi
Vcs-Git: git://dracut.git.sourceforge.net/gitroot/dracut/dracut

Package: dracut
Architecture: all
Recommends: cryptsetup, dmsetup, dmraid, lvm2, mdadm
Suggests: dracut-network
Depends: cpio, module-init-tools, udev, ${misc:Depends}
Provides: linux-initramfs-tool
Description: modular, event-driven initramfs infrastructure
 This package contains tools to create a
 bootable initramfs for 2.6 Linux kernels. Unlike existing
 implementations, this is an attempt at having as little as
 possible hard-coded into the initramfs as possible. Therefore,
 instead of scripts hard-coded to do various things, dracut
 contains various modules which contribute functionality to
 udev, which handles device creation. Having the root on MD,
 LVM2, LUKS is supported as well as NFS, iSCSI, NBD and FCOE
 with dracut-network.

Package: dracut-network
Architecture: all
Recommends: nfs-common, open-iscsi, nbd-client
Depends: dracut, iputils-arping, dhcp3-client, ${misc:Depends}
Description: modular, event-driven initramfs infrastructure -- network support
 This package extends dracut with support for booting off NFS, iSCSI,
 NBD or FCOE.