Skip to content

Possible to change the cidata.iso? #794

Closed Answered by AkihiroSuda
oilcan-productions asked this question in Q&A
Discussion options

You must be logged in to vote

No plan to support replacing cidata.iso, but you can set a custom provisioning script in the yaml

provision:
- mode: system
script: |
#!/bin/bash
set -eux -o pipefail
command -v apptainer >/dev/null 2>&1 && exit 0
dnf -y install apptainer
# See https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
echo "APPTAINER_TMPDIR=/var/tmp" > /etc/profile.d/apptainer.sh
echo "export APPTAINER_TMPDIR" >> /etc/profile.d/apptainer.sh

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AkihiroSuda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants