mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
Merge branch 'fix-mkinitcpio-shutdown' into 'main'
systemd: Add mkinitcpio support to plymouth-switch-root-initramfs.service See merge request plymouth/plymouth!202
This commit is contained in:
commit
e3aab2748b
1 changed files with 3 additions and 2 deletions
|
|
@ -4,8 +4,9 @@ DefaultDependencies=no
|
|||
# dracut-shutdown.service restores the initramfs when it is _stopped_
|
||||
# use Conflicts to make sure its ExecStop has run before we do
|
||||
Conflicts=dracut-shutdown.service
|
||||
After=plymouth-halt.service plymouth-reboot.service plymouth-poweroff.service plymouth-kexec.service dracut-shutdown.service
|
||||
ConditionPathExists=/run/initramfs/bin/sh
|
||||
After=plymouth-halt.service plymouth-reboot.service plymouth-poweroff.service plymouth-kexec.service dracut-shutdown.service mkinitcpio-generate-shutdown-ramfs.service
|
||||
ConditionPathExists=|/run/initramfs/bin/sh
|
||||
ConditionPathExists=|/run/initramfs/shutdown
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue