dracut 059-2 source package in Ubuntu

Changelog

dracut (059-2) unstable; urgency=low

  * add patches from Laszlo Gombos
    dracut-live only depends on dracut-core not on dracut-network
    overlayfs dracut module belongs to dracut-core and not to dracut-live
    wicked dracut module is not supported by debian
    remove multipath patch, no longer needed

 -- Thomas Lange <email address hidden>  Sat, 07 Jan 2023 11:43:33 +0100

Upload details

Uploaded by:
Thomas Lange
Uploaded to:
Sid
Original maintainer:
Thomas Lange
Architectures:
any all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dracut_059-2.dsc 2.2 KiB 2bcc82f64522218f4c90af48d29abc29752fd37dd8545dcef2588693de7c4c19
dracut_059.orig.tar.xz 361.5 KiB 11c338ba8a71d07874753f1dba1c261f2f3cef9f2ba5d14dfc2c13f4047e266a
dracut_059-2.debian.tar.xz 15.6 KiB 5d9ee4ef4f1a3e88f0adc389c42e96b55859f0c6144e436ed37d039309132443

Available diffs

No changes file available.

Binary packages built by this source

dracut: 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.

dracut-config-generic: dracut is an event driven initramfs infrastructure

 This is the dracut configuration to turn off hostonly image generation

dracut-config-rescue: dracut is an event driven initramfs infrastructure

 This is the dracut configuration to turn on rescue image generation

dracut-core: 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
 we can transition to the real rootfs. This is all driven off of
 device availability. Therefore, instead of scripts hard-coded to do
 various things, we depend on udev to create device nodes for us and
 then when we have the rootfs's device node, we mount and carry on.
 Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI,
 NBD and FCOE with dracut-network.

dracut-core-dbgsym: debug symbols for dracut-core
dracut-live: 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.

dracut-network: 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.

dracut-squash: 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.