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 142
|
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, kpartx, lvm2, mdadm, systemd-cryptsetup
Breaks: dracut-live (<< 059-2), dracut-network (<< 057+157-2)
Replaces: dracut-live (<< 059-2), dracut-network (<< 057+157-2)
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.
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)
Replaces: dracut-core (<< 105)
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-squash
Architecture: all
Multi-Arch: foreign
Depends: dracut-core, squashfs-tools, ${misc:Depends}
Breaks: dracut-core (<< 050-1)
Replaces: dracut-core (<< 050-1)
Description: dracut is an event driven initramfs infrastructure (squashfs modules)
Package to build an initramfs with most files in a squashfs image.
.
This package provides a dracut module to build an initramfs, but
store most files in a squashfs image, result in a smaller initramfs
size and reduce runtime memory usage.
Package: dracut-live
Architecture: all
Multi-Arch: foreign
Depends: dmsetup, dracut-core, parted, ${misc:Depends}
Recommends: dracut-network
Suggests: isomd5sum
Breaks: dracut-core (<< 050-1), dracut-network (<< 050-1)
Replaces: dracut-core (<< 050-1), dracut-network (<< 050-1)
Description: dracut is an event driven initramfs infrastructure (live image modules)
Package to build a dracut initramfs with live image capabilities.
.
This package requires everything which is needed to build an
initramfs with dracut, with live image capabilities, like Live CDs.
Package: dracut-test
Architecture: any
Multi-Arch: foreign
Depends: dracut-core,
ipxe-qemu,
linux-image-6.18.3+deb14-amd64 [!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
|