Harald Hoyer
28eae10b70
Split the systemd dracut module up
...
Basic systemd functionality is in 00systemd now.
Switching root and the initrd.target is in 00systemd-initrd.
Dracut additions to the systemd initrd are in 98dracut-systemd.
10 years ago
Harald Hoyer
25b987fed6
Fixed the dracut-shutdown.service
...
Make the service a oneshot service, which remains after exit. This
ensures, that the ExecStop is executed later on, if a shutdown occurs.
10 years ago
Harald Hoyer
4f03054e54
dracut-shutdown now executes the unpacking on ExecStop
...
To ensure that unpacking happens before any boot.automount is stopped,
let dracut-shutdown start as a sysinit.target service and unpack on
ExecStop.
11 years ago
Harald Hoyer
51160a47b1
systemd/dracut-shutdown.service: make failure non-fatal
11 years ago
Colin Walters
99369bea1c
systemd: Replace prefdm.service with display-manager.service
...
The former is dead, the latter is the new name. See:
http://cgit.freedesktop.org/systemd/systemd/commit/?id=b2c9cbafb8b1a2742978e1faf37fbb3cf4fb5d44
https://fedoraproject.org/wiki/Features/DisplayManagerRework
12 years ago
Harald Hoyer
638cad7c97
add dracut-shutdown.service.8.asc manpage
12 years ago
Harald Hoyer
0fbb79d54f
move dracut-shutdown.service to modules.d/98systemd
12 years ago
Harald Hoyer
0d57270395
dracut-shutdown.service: s/reboot.service/systemd-reboot.service/
13 years ago
Harald Hoyer
c7896f1251
dracut-shutdown.service: fixed ordering to be before shutdown.target
13 years ago
Harald Hoyer
e04d02cc3a
dracut-shutdown.service: do not unpack old initramfs on shutdown
...
Do not unpack the initramfs, if the old initramfs still exists.
13 years ago
Harald Hoyer
fb67e4aa36
shutdown on demand
...
Do not save and restore the initramfs, but instead, just unpack the
default initramfs for shutdown on shutdown.
13 years ago
Harald Hoyer
4cfd24d179
Backup and restore /run/initramfs via systemd services
...
This saves the space /run/initramfs is taking for the shutdown
13 years ago