Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| sysadmin:linux:virtualisation:kvm:installation_invite:creation-vm-rocky-linux-9-minimale [2026/04/26 09:52] – yoann | sysadmin:linux:virtualisation:kvm:installation_invite:creation-vm-rocky-linux-9-minimale [2026/05/01 10:16] (Version actuelle) – yoann | ||
|---|---|---|---|
| Ligne 23: | Ligne 23: | ||
| - | Création des fichiers disques | + | Création des fichiers disques |
| <code bash> | <code bash> | ||
| - | # Changement du groupe principal de l' | ||
| newgrp libvirt-qemu | newgrp libvirt-qemu | ||
| Ligne 36: | Ligne 36: | ||
| </ | </ | ||
| - | :TODO_DOCUPDATE: | + | Le média d' |
| + | |||
| + | Pour la création de la VM on s' | ||
| <code bash> | <code bash> | ||
| Ligne 43: | Ligne 45: | ||
| --description "Rocky Linux 9.7 minimaliste. Système minimal sans support vidéo et son." \ | --description "Rocky Linux 9.7 minimaliste. Système minimal sans support vidéo et son." \ | ||
| --osinfo rocky9 \ | --osinfo rocky9 \ | ||
| - | --memory | + | --memory |
| --vcpus 2 \ | --vcpus 2 \ | ||
| --boot uefi \ | --boot uefi \ | ||
| Ligne 54: | Ligne 56: | ||
| --sound none \ | --sound none \ | ||
| --controller type=usb, | --controller type=usb, | ||
| - | --cdrom / | + | --location |
| - | --network network=default, | + | --console pty, |
| + | --network network=default, | ||
| + | --dry-run | ||
| </ | </ | ||
| + | |||
| + | |||
| ===== Références ===== | ===== Références ===== | ||
| - | * [[https:// | + | * [[https:// |
| + | * [[https:// | ||