feat: added helper scripts

This commit is contained in:
mustard 2025-08-12 01:50:42 +02:00
parent a030082f11
commit e9ab7fc9d9
5 changed files with 49 additions and 0 deletions

7
create.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
rm ./rootfs.qcow2
rm -rf ./rootfs
mkdir ./rootfs
tar -xf ./jammy-server-cloudimg-amd64-root.tar.xz -C ./rootfs
virt-make-fs --format=qcow2 --size=2000M only rootfs.qcow2