Add RockyLinux cloud image #1

Merged
j3s merged 1 commits from techieb0y/capsul-images:techieb0y-rocky into master 2021-12-14 21:59:30 +00:00
2 changed files with 8 additions and 0 deletions

0
rockylinux/8/.gitkeep Normal file
View File

8
rockylinux/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
case "$1" in
8) url='https://download.rockylinux.org/pub/rocky/8.4/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2' ;;
*) echo "not found" && exit 1 ;;
esac
wget "$url" -O "$1/root.img.qcow2"