Add RockyLinux cloud image #1
2 changed files with 8 additions and 0 deletions
0
rockylinux/8/.gitkeep
Normal file
0
rockylinux/8/.gitkeep
Normal file
8
rockylinux/build
Executable file
8
rockylinux/build
Executable 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"
|
Loading…
Reference in a new issue