diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-04-11 19:49:15 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-04-11 19:49:15 -0500 |
commit | b6daa4c172f1003678e0855fc3a1ffbe6a5c87e5 (patch) | |
tree | ff009cb9702565b92e9fc038190c8e341bd547c7 /libre/systemd/initcpio-install-systemd | |
parent | 993b9f25ac9328013087e12823edd96e45b83548 (diff) | |
download | abslibre-b6daa4c172f1003678e0855fc3a1ffbe6a5c87e5.tar.gz abslibre-b6daa4c172f1003678e0855fc3a1ffbe6a5c87e5.tar.bz2 abslibre-b6daa4c172f1003678e0855fc3a1ffbe6a5c87e5.zip |
systemd-238.76-1.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 40a352c70..c91ca057f 100644 --- a/libre/systemd/initcpio-install-systemd +++ b/libre/systemd/initcpio-install-systemd @@ -117,6 +117,9 @@ build() { /usr/lib/systemd/system-generators/systemd-gpt-auto-generator \ /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator + # for journalctl in emergency shell + add_binary journalctl + # udev rules and systemd units map add_udev_rule "$rules" \ 50-udev-default.rules \ |