feat: dnf module (#377)

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
Co-authored-by: certifiedfoolio <156134535+cherry-os@users.noreply.github.com>
Co-authored-by: xyny <git@xyny.anonaddy.me>
Co-authored-by: somebody once told me <156134535+certifiedfoolio@users.noreply.github.com>
Co-authored-by: franute <franute@gmail.com>
This commit is contained in:
fiftydinar 2025-04-27 16:49:39 +02:00 committed by GitHub
parent d12d657371
commit fef0f17870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1712 additions and 4 deletions

View file

@ -60,7 +60,8 @@ if [[ ${#OPTFIX[@]} -gt 0 ]]; then
echo "Creating symlinks to fix packages that install to /opt"
# Create symlink for /opt to /var/opt since it is not created in the image yet
mkdir -p "/var/opt"
ln -fs "/var/opt" "/opt"
ln -fs "/var/opt" "/opt"
# Create symlinks for each directory specified in recipe.yml
for OPTPKG in "${OPTFIX[@]}"; do