Go to file
Eliezer Croitoru 89a23662d2 5
2023-11-26 19:03:45 +00:00
alma-disk-from-qcow 5 2023-11-26 19:03:45 +00:00
debian-disk-from-qcow 5 2023-11-26 19:03:45 +00:00
gen-cloud-init added ubuntu meta and user data and fixed ocuple scripts. Added preperations for Rocky and Alma 2023-11-14 20:32:21 +00:00
rocky-disk-from-qcow 5 2023-11-26 19:03:45 +00:00
ubuntu-disk-from-qcow 5 2023-11-26 19:03:45 +00:00
README.md 4 2023-11-17 10:57:10 +02:00

From DISK to QCOW2 image

qemu-img convert -p -f raw -O qcow2 /dev/sda /mnt/images/disk.qcow2

From QCOW2 to raw DISK

qemu-img convert -p -f qcow2 -O raw /mnt/images/disk.qcow2 /dev/sda

Kali linux live DVD iso