coreos-base/coreos-oem-gce: use usr/lib/systemd folder

The lib64/systemd location only happened to work through the used
symlink on Flatcar. The standard location is lib/systemd.
Use the standard location as we now want to split the libs folders.
This commit is contained in:
Kai Lueke 2022-03-16 16:21:08 +01:00
parent bc9d7af985
commit bfbf373f20

View File

@ -50,5 +50,5 @@ session optional pam_permit.so
EOF
# Don't bundle these paths, since they are useless to us.
mv usr/lib64/systemd/lib*.so* usr/lib64/
rm -fr boot etc/* usr/lib64/systemd var/db/pkg
mv usr/lib/systemd/lib*.so* usr/lib64/
rm -fr boot etc/* usr/lib/systemd var/db/pkg