Merge branch 'pr/install-manifests' into 'main'
Install bootc-base-imagectl in Pungi path Closes #44 See merge request fedora/bootc/base-images!201
This commit is contained in:
commit
6afae06962
2 changed files with 12 additions and 1 deletions
|
|
@ -2,5 +2,6 @@
|
|||
# will be removed in the future.
|
||||
releasever: 42
|
||||
repos:
|
||||
- fedora-devel
|
||||
- fedora
|
||||
- fedora-updates
|
||||
include: fedora-bootc.yaml
|
||||
|
|
|
|||
10
finalize.d/01-pungi-install-manifests.sh
Executable file
10
finalize.d/01-pungi-install-manifests.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
set -xeuo pipefail
|
||||
|
||||
# This is used in the legacy Pungi path. It won't get run in the
|
||||
# container-native path since install-manifests doesn't copy this script itself
|
||||
# into usr/share/doc.
|
||||
target_rootfs=$(pwd)
|
||||
cd "$RPMOSTREE_WORKDIR"
|
||||
./install-manifests "$target_rootfs"/usr/share/doc/bootc-base-imagectl/manifests
|
||||
install -m 0755 -t "$target_rootfs"/usr/libexec bootc-base-imagectl
|
||||
Loading…
Add table
Add a link
Reference in a new issue