summarylogtreecommitdiffstats
path: root/initcpio-install-systemd
diff options
context:
space:
mode:
authorNicolas Iooss2018-06-07 21:54:24 +0200
committerNicolas Iooss2018-06-07 21:54:24 +0200
commitf0244ccbd05c01ec8cd66457fb565817339bbdce (patch)
tree14ca33fe60e2c4af85c48ac7990f32a483a9f8ed /initcpio-install-systemd
parent625d8e797de723d397dae9be0ec40495cde19165 (diff)
downloadaur-f0244ccbd05c01ec8cd66457fb565817339bbdce.tar.gz
systemd-selinux 238.133-1 update
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 \