dracut 103-1ubuntu1 source package in Ubuntu

Changelog

dracut (103-1ubuntu1) oracular; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - autopkgtest: Enable dmraid upstream test 14
    - Run upstream autopkgtest as root
    - disable using DH_VERBOSE=1
    - dracut-core: add new modules 01systemd-bsod, 01systemd-creds, 90numlock,
      90pcmcia
    - Explicitly mark 45ifcfg module as not installed
    - Switch to debhelper 13
    - dracut: use await variant of update-initramfs trigger
    - drop udevsettle patch (these kind of patches should be applied upstream)
    - drop nm-path patch (network-manager ships the helpers in /usr/libexec)
    - drop 90overlay-root in favor of 90overlayfs (Closes: #1017039)
    - run autopkgtest with V=2
    - run autopkgtest on all architectures
    - autopkgtest: disable using KVM for ppc64el
    - autopkgtest: set ARCH to dpkg architecture
    - dracut-core:
      - drop recommending pkgconf
      - drop depending directly on libkmod2. dracut-install links against it.
      - demote cryptsetup, dmraid, dmsetup, kpartx, lvm2, mdadm to suggests
      - demote binutils to suggests. its only needed when using UEFI executables
      - recommend zstd instead of pigz and default to zstd
    - Drop dracut-config-generic. Building a generic image is and will be the
      default.
    - Default initrdname to initrd.img-${kernel}
  * All submitted patches were accepted upstream and could be dropped.

 -- Benjamin Drung <email address hidden>  Fri, 09 Aug 2024 11:26:10 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dracut_103.orig.tar.xz 401.9 KiB 37fa34e87e65df8ac7203bc08272840545dc6d1bd624397edd47e4cba467ac0c
dracut_103-1ubuntu1.debian.tar.xz 17.0 KiB a5f34c0981478f2fa7b6f8398661c16ac9d85271f590b60cf4e4ce855e869911
dracut_103-1ubuntu1.dsc 2.7 KiB d83a8e84d2aee56518dfef78f56c187a5dc313d6cd10e00c86aed711c6dc8eef

Available diffs

View changes file

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-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-install: dracut is an event driven initramfs infrastructure (dracut-install)

 This package just contains the dracut-install command to be used by
 initramfs generating tools.

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