Merge #160 Update docs/modules/ROOT/pages/virtualization/vm-install-diskimg-fedoraserver.adoc

This commit is contained in:
Paul Maconi 2025-08-16 14:40:21 +00:00
commit d91a23eb92

View file

@ -61,7 +61,7 @@ We assume a complete installation of virtualization support according to the xre
[…]# wget https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/images/Fedora-Server-KVM-41-1.4.x86_64.qcow2
[…]# wget https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/images/Fedora-Server-41-1.4-x86_64-CHECKSUM
[…]# curl -O https://fedoraproject.org/fedora.gpg
[…]# pgv --keyring ./fedora.gpg Fedora-Server-41-1.4-x86_64-CHECKSUM
[…]# gpgv --keyring ./fedora.gpg Fedora-Server-41-1.4-x86_64-CHECKSUM
[…]# sh -c ' cd /var/lib/libvirt/boot/ && sha256sum --ignore-missing -c *-CHECKSUM '
Fedora-Server-KVM-41-1.4.x86_64.qcow2: OK
----