Minor adjustments
This commit is contained in:
parent
f4ed5d5b0a
commit
e2f1bfdd87
@ -30,9 +30,9 @@ haven't tried it yet. Theory says it should work.
|
||||
|
||||
Note that selinux must be set to permissive.
|
||||
|
||||
#### Live Image Example
|
||||
#### Live Image Example (EPEL)
|
||||
|
||||
The below makes an XFCE live image.
|
||||
The below makes an XFCE live image using EPEL packages.
|
||||
|
||||
```
|
||||
% mock -r rocky+epel-9-x86_64 --init
|
||||
|
@ -75,7 +75,7 @@ function switch_repo_to_peridot() {
|
||||
sed -i "s;ZZ_INTERNAL_CRB_REPO_URL_ZZ;https://yumrepofs.build.resf.org/v1/projects/${ID}/repo/CRB/\$basearch;g" core-peridot.xml
|
||||
sed -i "s;ZZ_INTERNAL_extras_REPO_URL_ZZ;https://yumrepofs.build.resf.org/v1/projects/${ID}/repo/extras/\$basearch;g" core-peridot.xml
|
||||
rm core.xml
|
||||
ln -s core-peridot.xml core.xml
|
||||
ln -sf core-peridot.xml core.xml
|
||||
popd
|
||||
}
|
||||
|
||||
@ -85,7 +85,7 @@ function main() {
|
||||
echo "${LIVE} was not found. Is it supported?"
|
||||
exit 42
|
||||
fi
|
||||
ln -s "configs/rocky-live-${LIVE,,}.xml" config.xml
|
||||
ln -sf "configs/rocky-live-${LIVE,,}.xml" config.xml
|
||||
|
||||
if [ -n "$PERIDOTID" ]; then
|
||||
switch_repo_to_peridot "${PERIDOTID}"
|
||||
|
Loading…
Reference in New Issue
Block a user