dracut 060+5-1ubuntu1 source package in Ubuntu

Changelog

dracut (060+5-1ubuntu1) noble; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - fix(test): running tests no longer requires to be root
    - Add modules 80test, 80test-makeroot, and 80test-root to dracut-core
    - Add autopkgtest to run upstream test cases on amd64 (LP: #2031417)
    - Split dracut-install into separate package for initramfs-tools
      (LP: #2031185)
  * test(FULL SYSTEMD): no need to include dbus to the target rootfs
  * Drop dbus-broker from autopkgtest

dracut (060+5-1) unstable; urgency=medium

  * upstream changed the release process, and do not tag the releases any
    more
  * 059+212 was already version 060+5
  * add dracut-network.conffiles, Closes: 1057807

dracut (059+212-3) unstable; urgency=medium

  * fix handling of dracut-version.sh

dracut (059+212-2) unstable; urgency=low

  * debian/rules: use correct Debian version

dracut (059+212-1) unstable; urgency=low

  * merge upstream changes, Closes: #1056059, #1041562, #1054400, #1016052

 -- Benjamin Drung <email address hidden>  Wed, 07 Feb 2024 18:44:09 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Noble
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_060+5.orig.tar.xz 370.3 KiB 74ebb69e0bdbd9d960f9909b446a26d02eb584c623d748fa5a22fd6c5b2be183
dracut_060+5-1ubuntu1.debian.tar.xz 18.4 KiB 881efd68e3b7bce8d9ed527a8b2c74d628ed8e4a5451abe50a7e9279aa750551
dracut_060+5-1ubuntu1.dsc 2.7 KiB 5d167b057e3f78e7696710cfd0700a5adbe7432e474d9f8013e373930095d67a

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