mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
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:
parent
bc9d7af985
commit
bfbf373f20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user