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 34 35
|
Source: mdadm
Section: admin
Priority: optional
Maintainer: Mario Joussen <joussen@debian.org>
Uploaders: martin f. krafft <madduck@debian.org>
Build-Depends: debhelper (>= 4.2)
Standards-Version: 3.6.1.0
Package: mdadm
Architecture: any
Depends: ${shlibs:Depends}, makedev, debconf (>> 0.5)
Replaces: mdctl
Conflicts: mdctl (<< 0.7.2), raidtools2 (<< 1.00.3-12.1)
Description: Manage MD devices aka Linux Software Raid
mdadm is a program that can be used to create, manage, and monitor MD
devices. As such it provides a similar set of functionality to the
raidtools packages.
.
Unlike raidtools, mdadm can perform (almost) all of its functions
without having a configuration file.
Package: mdadm-udeb
Section: debian-installer
XC-Package-Type: udeb
Architecture: any
Depends: ${shlibs:Depends}
Description: Manage MD devices aka Linux Software Raid
mdadm is a program that can be used to create, manage, and monitor MD
devices. As such it provides a similar set of functionality to the
raidtools packages.
.
Unlike raidtools, mdadm can perform (almost) all of its functions
without having a configuration file.
.
mdadm-udeb is a minimal package used by the debian-installer.
|