From Fedora Project Wiki

No edit summary
(dracut is fun)
(60 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{header|docs}}
== dracut ==
{{Docs_beat_open}}
The `dracut` utility, used to create the initramfs image used during boot, can now create a uefi bootable executable.  The argument "--uefi" allows dracut to create a single UEFI executable, including an EFI stub, kernel, and initramfs.
{{Draft|Feel free to improve it. TY}}
= systemd =
'''systemd''' is the new system and service manager for Fedora 15. It provides aggressive parallelization capabilities (zeroing serialization/sincronization), uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.
 
It is implemented around the notion of units. Units have a name and a type, whose configuration is in a file with the same name. There are several kinds of units:
service, socket, device, others. <!-- explain better -->
 
 
== Why systemd? ==
 
 
== Its Features ==
 
 
== Its Benefits ==
 
 


{{header|docs}}{{Docs_beat_open}}
[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 01:11, 28 August 2015

dracut

The dracut utility, used to create the initramfs image used during boot, can now create a uefi bootable executable. The argument "--uefi" allows dracut to create a single UEFI executable, including an EFI stub, kernel, and initramfs.

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer