FS#55734 - {mkinitcpio} shutdown hook incompatible with systemd hook
Attached to Project:
Arch Linux
Opened by Sung Pae (guns) - Sunday, 24 September 2017, 16:58 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 25 September 2017, 01:56 GMT
Opened by Sung Pae (guns) - Sunday, 24 September 2017, 16:58 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 25 September 2017, 01:56 GMT
|
Details
Description:
Copy of initramfs does not exist in /run/initramfs when the `systemd` and `shutdown` hooks are both present in the HOOKS variable. Additional info: * VERSION: mkinicpio 23-2 * grep ^HOOKS /etc/mkinitcpio.conf: HOOKS="base systemd autodetect modconf block keyboard fsck filesystems shutdown" Steps to reproduce: 1. Create an initramfs with `systemd` and `shutdown` in the HOOKS variable. 2. Reboot. 3. Check /run/initramfs from main system after boot. |
This task depends upon
Thank you.
> Other hooks with runtime components will need to be ported, and will not work as intended.