Skip to content

Commit

Permalink
Merge branch 'main' into fix/remove-clickhouse-from-backups
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 authored Jun 13, 2024
2 parents 656098c + 7182754 commit 826d6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/create-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ then
exit 1
fi

curl https://mirrors.up.pt/rocky/9/isos/x86_64/Rocky-9.3-x86_64-minimal.iso -C - -o rocky.iso
curl https://mirrors.up.pt/rocky/9/isos/x86_64/Rocky-9-latest-x86_64-minimal.iso -C - -o rocky.iso

rm -rf ninux.iso

docker build . -t ninux-make-iso

docker run --privileged=true -v .:/vol ninux-make-iso mkksiso --add /NInux --ks /vol/ks.cfg /vol/rocky.iso /vol/ninux.iso
docker run --privileged=true -v .:/vol ninux-make-iso mkksiso --add /NInux --ks /vol/ks.cfg /vol/rocky.iso /vol/ninux.iso

0 comments on commit 826d6dd

Please sign in to comment.