From bfbf373f201c86ea2b7e9c553df88935623d8f0c Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 16 Mar 2022 16:21:08 +0100 Subject: [PATCH] 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. --- .../coreos-base/coreos-oem-gce/files/manglefs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-oem-gce/files/manglefs.sh b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-oem-gce/files/manglefs.sh index 82d80c3922..ac499577bb 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-oem-gce/files/manglefs.sh +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-oem-gce/files/manglefs.sh @@ -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