dracut (software)

Dracut
Original author(s) Harald Hoyer and others
Initial release July 2009 (2009-07)
Stable release
043 / 15 June 2015 (2015-06-15)[1]
Development status active
Written in C, Unix shell
Operating system Linux
Platform Linux kernel
Type Initramfs
License GPL-2+ and LGPL-2+
Website dracut.wiki.kernel.org

dracut is an event-driven initramfs infrastructure. dracut (the tool) is used to create an initramfs image by copying tools and files from an installed system and combining it with the dracut framework, usually found in /usr/lib/dracut/modules.d.

Unlike existing initramfses, dracut's framework attempts to have as little hard-coded into the initramfs as possible. The initramfs has (basically) one purpose in life—mounting the root file system so the boot process can transition to the real rootfs. This is all driven off of device availability. Therefore, instead of having hard-coded scripts to do various things, dracut's initramfs depends on udev to create symbolic links to device nodes and when the rootfs's device node appears, it mounts it and switches root to it. This helps to keep the time required in initramfs down so that things like a 5-second boot are not made impossible as a result of the very existence of an initramfs.[2]

Most of the initramfs generation functionality in dracut is provided by generator modules that are sourced by the main dracut tool to install specific functionality into the initramfs. They live in the modules subdirectory, and use functionality provided by dracut-functions to do their work.[2]

Currently, dracut supports booting from btrfs, DM RAID, MD RAID, LVM2, device mapper multipath I/O, dm-crypt, cifs, FCoE, iSCSI, NBD and NFS.[3]

Lately dracut gained the ability to use systemd as process 1 in the initramfs.[4]

Adoption

dracut is available for:

References

  1. Hoyer, Harald (15 June 2015). "[ANNOUNCE] dracut 042 and 043". Newsgroup: gmane.linux.kernel.initramfs. Retrieved 22 June 2015.
  2. 1 2 dracut Wiki, kernel.org, retrieved 2012-10-10
  3. dracut documentation, kernel.org, retrieved 2012-10-10
  4. Google+ blog about systemd in dracut, plus.google.com, retrieved 2012-10-10
  5. Features/Dracut, FedoraProject, retrieved 2012-10-10
  6. RHEL6 SRPMS FTP, redhat.com, retrieved 2012-10-10
  7. Dracut - Gentoo Wiki, wiki.gentoo.org, retrieved 2012-10-10
  8. Package: dracut (005-1), debian.org, retrieved 2012-10-10
  9. dracut-010-6-mdv2011.0.noarch.rpm, pkgs.org, retrieved 2012-10-10
  10. Mageia App Db, mageia.madb.org, retrieved 2012-10-10
  11. openSUSE 13.2 Major features, openSUSE project, retrieved 2014-11-04
This article is issued from Wikipedia - version of the 7/25/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.