mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
The `cp -a lbi/usr/. /usr` command was preserving local directory permissions which in one case for me have a restrictive mode 0750 which breaks booting. Switch to `install -D -m 0644` which explicitly sets file modes and creates parent directories with correct 755 permissions, while also simplifying the directory structure. Assisted-by: OpenCode (Opus 4.5) Signed-off-by: Colin Walters <walters@verbum.org>
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
[Container]
|
|
Image=quay.io/curl/curl:latest
|
|
GlobalArgs=--storage-opt=additionalimagestore=/usr/lib/bootc/storage
|