Jump to content

Dracut (software): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Fix invalid url
idiom corr: gathered the ability => gained the ability
Line 41: Line 41:
Currently, dracut supports booting from [[Device mapper|DM RAID]], [[mdadm|MD RAID]], [[LVM2]], [[Device mapper]] [[multipath I/O]], [[dm-crypt]], [[cifs]], [[FCoE]], [[iSCSI]], [[Network block device|NBD]] and [[Network File System|NFS]].<ref name="dracut documentation">{{citation |url=http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#dracutcmdline7 |title=dracut documentation |publisher=kernel.org |accessdate=2012-10-10}}</ref>
Currently, dracut supports booting from [[Device mapper|DM RAID]], [[mdadm|MD RAID]], [[LVM2]], [[Device mapper]] [[multipath I/O]], [[dm-crypt]], [[cifs]], [[FCoE]], [[iSCSI]], [[Network block device|NBD]] and [[Network File System|NFS]].<ref name="dracut documentation">{{citation |url=http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#dracutcmdline7 |title=dracut documentation |publisher=kernel.org |accessdate=2012-10-10}}</ref>


Lately, dracut gathered the ability to use [[systemd]] as process 1 in the initramfs.<ref name="Google+ blog about systemd in dracut">{{citation |url=https://plus.google.com/116442056808259194967/posts/bXNaMipzY5w |title=Google+ blog about systemd in dracut |publisher=plus.google.com |accessdate=2012-10-10}}</ref>
Lately, dracut gained the ability to use [[systemd]] as process 1 in the initramfs.<ref name="Google+ blog about systemd in dracut">{{citation |url=https://plus.google.com/116442056808259194967/posts/bXNaMipzY5w |title=Google+ blog about systemd in dracut |publisher=plus.google.com |accessdate=2012-10-10}}</ref>


== Adoption ==
== Adoption ==

Revision as of 14:15, 14 November 2013

Dracut
Original author(s)Harald Hoyer and others
Initial releaseJuly 2009; 15 years ago (2009-07)
Stable release
034 / October 8, 2013; 11 years ago (2013-10-08)[1]
Repository
Written inC, Unix shell
Operating systemLinux
PlatformLinux kernel
TypeInitramfs
LicenseGPL-2+ and LGPL-2+
Websitedracut.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 initramfs's, dracut's framework attempts at having as little 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 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 aren't 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 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 included in:

References

  1. ^ "[ANNOUNCE] dracut 034". 08 October 2013. Retrieved 18 October 2013. {{cite web}}: Check date values in: |date= (help)
  2. ^ a b 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. ^ My hackweek8 project: dracut, Frederic Crozat blog, retrieved 2012-10-10
  12. ^ Add dracut to openSUSE, openFATE opensuse.org, retrieved 2012-10-10