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 install #43

Closed Andrei-Pozolotin closed 4 years ago

Andrei-Pozolotin commented 4 years ago
  1. use second-level /*/

    local unit_list=$(2>/dev/null grep -R -l -F -x -m1 "$marker" "$folder"/*/)
  2. extend supported directives for Section Options:

        case $directive in
            Requires|Requisite|BindsTo|OnFailure|Unit)
  3. handling external-to-unit, i.e. folder-based "Forward" and "Reverse" dependencies

fredleb commented 4 years ago

/etc/systemd/system/*.requires are now properly copied to the initramfs image.

Andrei-Pozolotin commented 4 years ago

you mean you just tested? or just looked? or ...?

fredleb commented 4 years ago

Looked and tested but only that particular scenario.

Andrei-Pozolotin commented 4 years ago

great, thank you.