File: control

package info (click to toggle)
dracut 109-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,864 kB
  • sloc: sh: 24,529; ansic: 5,234; makefile: 346; perl: 186; python: 48; javascript: 19
file content (141 lines) | stat: -rw-r--r-- 5,034 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Source: dracut
Section: utils
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Thomas Lange <lange@debian.org>, Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper-compat (= 13),
               3cpio [!alpha !hppa !m68k !sh4] <!nocheck>,
               asciidoctor,
               bash-completion,
               cpio [alpha hppa m68k sh4] <!nocheck>,
               libkmod-dev,
               pkgconf,
               shellcheck [!i386 !m68k !powerpc !sh4 !x32] <!nocheck>,
               shfmt [!alpha !hppa !i386 !m68k !powerpc !sh4 !sparc64 !x32] <!nocheck>,
               systemd-dev
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/kernel-team/dracut
Vcs-Git: https://salsa.debian.org/kernel-team/dracut.git
Homepage: https://github.com/dracut-ng/dracut-ng/wiki

Package: dracut-core
Architecture: any
Multi-Arch: foreign
Depends: 3cpio | cpio,
         dracut-install,
         e2fsprogs,
         kmod,
         systemd-sysv | initscripts | sysvinit-core,
         udev,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: binutils, console-setup, systemd, zstd
Suggests: cryptsetup,
          dmsetup,
          isomd5sum,
          kpartx,
          lvm2,
          mdadm,
          parted,
          squashfs-tools,
          systemd-cryptsetup
Breaks: dracut-live (<< 109-10~), dracut-network (<< 057+157-2), dracut-squash
Replaces: dracut-live (<< 109-10~),
          dracut-network (<< 057+157-2),
          dracut-squash
Provides: dracut-live
Description: dracut is an event driven initramfs infrastructure (core tools)
 Unlike existing initramfs's, this is an attempt at having as little as
 possible hard-coded into the initramfs as possible.  The initramfs has
 (basically) one purpose in life -- getting the rootfs mounted so that
 it can transition to the real rootfs.  This is all driven off of
 device availability.  Therefore, instead of scripts hard-coded to do
 various things, it depends on udev to create device nodes and
 to detect the rootfs.
 Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI,
 NBD and FCOE with dracut-network.
 .
 These Dracut modules need suggested packages:
  * crypt: cryptsetup or systemd-cryptsetup
  * dm: dmsetup
  * dmraid: kpartx
  * dmsquash-live: isomd5sum (optionally)
  * dmsquash-live-autooverlay: parted
  * dracut-systemd: systemd-cryptsetup (when crypt and systemd are used)
  * lvm: lvm2
  * lvmmerge: lvm2
  * lvmthinpool-monitor: lvm2
  * mdraid: mdadm
  * multipath: kpartx
  * squash-squashfs: squashfs-tools
  * systemd-cryptsetup: systemd-cryptsetup

Package: dracut
Architecture: all
Multi-Arch: foreign
Depends: dracut-core (<< ${binary:Version}+b+~),
         dracut-core (>= ${binary:Version}),
         linux-base,
         ${misc:Depends}
Suggests: dracut-network
Provides: linux-initramfs-tool
Conflicts: initramfs-tools, live-tools
Description: Initramfs generator using udev
 This package builds a bootable initramfs for Linux kernel packages.  The
 initramfs is loaded along with the kernel and is responsible for
 mounting the root filesystem and starting the main init system.

Package: dracut-install
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: dracut-core (<< 060+5-7~)
Replaces: dracut-core (<< 060+5-7~)
Description: dracut is an event driven initramfs infrastructure (dracut-install)
 This package just contains the dracut-install command to be used by
 initramfs generating tools.

Package: dracut-network
Architecture: all
Multi-Arch: foreign
Depends: dracut-core,
         iproute2,
         iputils-arping,
         network-manager | systemd | connman | isc-dhcp-client,
         ${misc:Depends}
Recommends: curl, nbd-client, nfs-common, open-iscsi
Suggests: iscsiuio
Breaks: dracut-core (<< 105), dracut-live (<< 109-10~)
Replaces: dracut-core (<< 105), dracut-live (<< 109-10~)
Description: dracut is an event driven initramfs infrastructure (network modules)
 Package to build a dracut initramfs with network support. This
 includes dracut modules for NFS, CIFS, iSCSI, HTTP, NBD, FCP and FCOE.

Package: dracut-test
Architecture: any
Multi-Arch: foreign
Depends: dracut-core,
         ipxe-qemu,
         linux-image-generic [!i386],
         make,
         mount,
         ovmf [amd64],
         qemu-efi-aarch64 [arm64],
         qemu-system-native [!i386],
         seabios [ppc64el],
         systemd (>= 259~rc1),
         zstd,
         ${misc:Depends}
Breaks: dracut-core (<< 105)
Replaces: dracut-core (<< 105)
Description: dracut is an event driven initramfs infrastructure (test modules)
 This package provides the Dracut modules and configuration files for the
 Dracut test suite. This package is intended for testing Dracut itself
 and is of no use for ordinary users. If you're not sure about this package,
 you don't need it.
 .
 This package has following additional dependencies for reducing the amount
 of dependencies needed in autopkgtest:
 .
  * Linux kernel
  * make
  * QEMU
  * Recommends from dracut-core