Merge pull request #2182 from mbilker/arch-linux
Fix mkinitcpio with newer systemd versions
This commit is contained in:
commit
af881d7476
|
|
@ -5,6 +5,6 @@ build() {
|
||||||
add_binary /usr/lib/ostree/ostree-remount
|
add_binary /usr/lib/ostree/ostree-remount
|
||||||
|
|
||||||
add_file /usr/lib/systemd/system/ostree-prepare-root.service
|
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
|
/usr/lib/systemd/system/ostree-prepare-root.service
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue