feat: added helper scripts
This commit is contained in:
parent
a030082f11
commit
e9ab7fc9d9
5 changed files with 49 additions and 0 deletions
7
create.sh
Executable file
7
create.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue