summaryrefslogtreecommitdiff
path: root/core/systemd/initcpio-install-systemd
diff options
context:
space:
mode:
Diffstat (limited to 'core/systemd/initcpio-install-systemd')
-rw-r--r--core/systemd/initcpio-install-systemd3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/systemd/initcpio-install-systemd b/core/systemd/initcpio-install-systemd
index 93d547bfc..81ae8eb97 100644
--- a/core/systemd/initcpio-install-systemd
+++ b/core/systemd/initcpio-install-systemd
@@ -103,8 +103,9 @@ build() {
add_binary /usr/lib/systemd/systemd /init
add_binary /usr/bin/systemd-tmpfiles
- # generate sysroot.mount and sysroot-usr.mount
+ # generators
add_file "/usr/lib/systemd/system-generators/systemd-fstab-generator"
+ add_file "/usr/lib/systemd/system-generators/systemd-gpt-auto-generator"
# udev rules and systemd units
map add_udev_rule "$rules" \