Merge pull request #2182 from mbilker/arch-linux

Fix mkinitcpio with newer systemd versions
This commit is contained in:
OpenShift Merge Robot 2020-08-26 08:42:37 -04:00 committed by GitHub
commit af881d7476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ build() {
add_binary /usr/lib/ostree/ostree-remount
add_file /usr/lib/systemd/system/ostree-prepare-root.service
add_symlink /usr/lib/systemd/system/initrd-switch-root.target.wants/ostree-prepare-root.service \
add_symlink /usr/lib/systemd/system/initrd-root-fs.target.wants/ostree-prepare-root.service \
/usr/lib/systemd/system/ostree-prepare-root.service
}