random-archer / mkinitcpio-systemd-tool

Provisioning tool for systemd in initramfs (systemd-tool)
https://www.archlinux.org/packages/community/any/mkinitcpio-systemd-tool/
Other
113 stars 27 forks source link

review sysroot mount #45

Closed Andrei-Pozolotin closed 4 years ago

Andrei-Pozolotin commented 4 years ago
  1. revert strong dependency directives
        case $directive in
            Requires|OnFailure|Unit|InitrdUnit)
  2. introduce directive:
    # install other_unit as it is
    InitrdUnit=other_unit1 other_unit2 ...
  3. recommend sysroot mount in readme
    systemctl enable initrd-cryptsetup.path
    systemctl enable initrd-tinysshd.service
    systemctl enable initrd-debug-progs.service
    systemctl enable initrd-sysroot-mount.service