summarylogtreecommitdiffstats
path: root/initcpio-install-systemd
diff options
context:
space:
mode:
authorYurii Kolesnykov2018-07-21 00:52:49 +0300
committerYurii Kolesnykov2018-07-21 00:52:49 +0300
commit0324a5b8ecd5782513a16b5178157f10a4b77930 (patch)
treea8c8199672b67e5bebeb26935bd81d39a9ea066c /initcpio-install-systemd
parente1f7fc3b372f21d27ad01d28c4d0d58ecfb6d1ff (diff)
downloadaur-0324a5b8ecd5782513a16b5178157f10a4b77930.tar.gz
port changes from arch
Diffstat (limited to 'initcpio-install-systemd')
-rw-r--r--initcpio-install-systemd4
1 files changed, 4 insertions, 0 deletions
diff --git a/initcpio-install-systemd b/initcpio-install-systemd
index 40a352c70a71..8fb4441f7c76 100644
--- a/initcpio-install-systemd
+++ b/initcpio-install-systemd
@@ -112,11 +112,15 @@ build() {
map add_binary \
/usr/bin/systemd-tmpfiles \
/usr/lib/systemd/systemd-hibernate-resume \
+ /usr/lib/systemd/systemd-shutdown \
/usr/lib/systemd/systemd-sulogin-shell \
/usr/lib/systemd/system-generators/systemd-fstab-generator \
/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 \