Update file README.md

This commit is contained in:
2024-04-30 10:57:23 +00:00
parent 48c8b323d8
commit 2bda7091ef

View File

@@ -14,7 +14,8 @@ chmod +x all.sh
Docker and Docker Compose comes pre installed from the Docker github repo. \ Docker and Docker Compose comes pre installed from the Docker github repo. \
If not wanted, you can comment out line 12 in Large and Medium.sh If not wanted, you can comment out line 12 in Large and Medium.sh
#Install <details>
<summary>Source Doc </summary>
# Cloud images in Proxmox # Cloud images in Proxmox
@@ -150,4 +151,6 @@ GRUB_TERMINAL="console serial"
https://docs.openstack.org/image-guide/convert-images.html https://docs.openstack.org/image-guide/convert-images.html
``` ```
qemu-img convert -f raw -O qcow2 bionic-server-cloudimg-amd64.img bionic-server-cloudimg-amd64.qcow2 qemu-img convert -f raw -O qcow2 bionic-server-cloudimg-amd64.img bionic-server-cloudimg-amd64.qcow2
``` ```
</details>