diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-05 18:10:10 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-05 18:16:57 -0300 |
commit | a145918e38ddc6eaa6ef3b32c8f902b9077e566a (patch) | |
tree | 57fa30a6772ff205c694be7481f7890cee25d138 /libre/systemd/initcpio-install-systemd | |
parent | 5df1be1c74e9a5ee89b3ed141b61d1521ad5f8b8 (diff) | |
download | abslibre-a145918e38ddc6eaa6ef3b32c8f902b9077e566a.tar.gz abslibre-a145918e38ddc6eaa6ef3b32c8f902b9077e566a.tar.bz2 abslibre-a145918e38ddc6eaa6ef3b32c8f902b9077e566a.zip |
systemd-231-3.parabola1: bump to Arch's revision
* backport fix for local denial-of-service - FS#51035 -> https://bugs.archlinux.org/task/51035
* use correct commit hashes for fixing local DoS - FS#51179 -> https://bugs.archlinux.org/task/51179
* fix graphical crash on reexec
Diffstat (limited to 'libre/systemd/initcpio-install-systemd')
-rw-r--r-- | libre/systemd/initcpio-install-systemd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libre/systemd/initcpio-install-systemd b/libre/systemd/initcpio-install-systemd index b57661b3e..59c16b7ef 100644 --- a/libre/systemd/initcpio-install-systemd +++ b/libre/systemd/initcpio-install-systemd @@ -147,6 +147,7 @@ build() { systemd-journald.service \ systemd-journald-audit.socket \ systemd-journald-dev-log.socket \ + systemd-modules-load.service \ systemd-tmpfiles-setup-dev.service \ systemd-udev-trigger.service \ systemd-udevd-control.socket \ @@ -172,6 +173,13 @@ build() { ExecStart= ExecStart=/usr/lib/systemd/systemd-udevd --resolve-names=never EOF + + add_dir "/etc/modules-load.d" + ( + . "$_f_config" + set -f + printf "%s\n" $MODULES >"$BUILDROOT/etc/modules-load.d/MODULES.conf" + ) } help() { |