12 lines
443 B
YAML
12 lines
443 B
YAML
add-files:
|
|
- - bootc-file-ownership
|
|
- /usr/libexec/bootc-file-ownership
|
|
- - bootc-file-ownership.service
|
|
- /usr/lib/systemd/system/bootc-file-ownership.service
|
|
|
|
postprocess:
|
|
- |
|
|
#!/bin/bash
|
|
set -euo pipefail
|
|
mkdir -p /usr/lib/systemd/system/ostree-finalized-staged.service.requires
|
|
ln -s ../bootc-file-ownership.service /usr/lib/systemd/system/ostree-finalized-staged.service.requires/bootc-file-ownership.service |