dracut 043-4 source package in Ubuntu

Changelog

dracut (043-4) unstable; urgency=low

  * add more man pages to package

 -- Thomas Lange <email address hidden>  Thu, 17 Sep 2015 03:34:44 +0200

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_043-4.dsc 2.0 KiB 909f75588945099b4de4d67970bee911af775b42d35a4429a55bcb3d23d949cb
dracut_043.orig.tar.xz 241.3 KiB 6a10725afc6071ab9dbca46536259c24d58025adc156a31ebf285e2f18eae09c
dracut_043-4.debian.tar.xz 8.7 KiB 9195c57f57705410148017320a3defeda08fe88d46675c9d01ba94b9ef4f14f2

Available diffs

No changes file available.

Binary packages built by this source

dracut: Low-level tool for generating an initramfs image (automation)

 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: Low-level tool for generating an initramfs image

 This is the dracut configuration to turn off hostonly image generation

dracut-config-rescue: Low-level tool for generating an initramfs image

 This is the dracut configuration to turn on rescue image generation

dracut-dbgsym: No summary available for dracut-dbgsym in ubuntu xenial.

No description available for dracut-dbgsym in ubuntu xenial.

dracut-network: Low-level tool for generating an initramfs image

 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.