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:
parent
d12d657371
commit
fef0f17870
13 changed files with 1712 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue