diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-11-18 16:44:09 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-11-18 16:44:09 -0500 |
commit | 359e2c4e7f3637bbb58712c62c0ab1ef9225edcf (patch) | |
tree | ff4be06b0430001f46520e1edd1f82e9eb445f2d /libre/systemd/initcpio-install-systemd | |
parent | 8a21673500a481ae5ae98bea165e7bf9f14c3b59 (diff) | |
download | abslibre-359e2c4e7f3637bbb58712c62c0ab1ef9225edcf.tar.gz abslibre-359e2c4e7f3637bbb58712c62c0ab1ef9225edcf.tar.bz2 abslibre-359e2c4e7f3637bbb58712c62c0ab1ef9225edcf.zip |
systemd-249.6-3.parabola1: updating version
Diffstat (limited to 'libre/systemd/initcpio-install-systemd')
-rw-r--r-- | libre/systemd/initcpio-install-systemd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/systemd/initcpio-install-systemd b/libre/systemd/initcpio-install-systemd index 05ccb904f..f53ffb639 100644 --- a/libre/systemd/initcpio-install-systemd +++ b/libre/systemd/initcpio-install-systemd @@ -1,5 +1,8 @@ #!/bin/bash +# This is in 'udev' and 'systemd' hook... Let's hope we have +# it in mkinitcpio soon. +# https://github.com/archlinux/mkinitcpio/pull/54 add_udev_rule() { # Add an udev rules file to the initcpio image. Dependencies on binaries # will be discovered and added. |