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-ms-dos-6.22 [2026/05/25 16:24] – yoann | sysadmin:linux:virtualisation:kvm:installation_invite:creation-vm-ms-dos-6.22 [2026/05/25 19:37] (Version actuelle) – yoann | ||
|---|---|---|---|
| Ligne 29: | Ligne 29: | ||
| --osinfo msdos6.22 \ | --osinfo msdos6.22 \ | ||
| --machine pc --cpu 486 --memory 64 --vcpu 1 \ | --machine pc --cpu 486 --memory 64 --vcpu 1 \ | ||
| + | --pm suspend_to_mem.enabled=off, | ||
| + | --features kvm.hidden.state=on, | ||
| --graphics vnc \ | --graphics vnc \ | ||
| --sound sb16 \ | --sound sb16 \ | ||
| + | --audio id=1, | ||
| --install no_install=yes \ | --install no_install=yes \ | ||
| --boot | --boot | ||
| Ligne 42: | Ligne 45: | ||
| --autoconsole graphical \ | --autoconsole graphical \ | ||
| --qemu-commandline=" | --qemu-commandline=" | ||
| - | --qemu-commandline=" | + | --qemu-commandline=env=PIPEWIRE_RUNTIME_DIR='/ |
| --dry-run | --dry-run | ||
| </ | </ | ||
| Ligne 86: | Ligne 89: | ||
| virsh start ms-dos6.22 | virsh start ms-dos6.22 | ||
| remote-viewver vnc:// | remote-viewver vnc:// | ||
| + | </ | ||
| + | |||
| + | Créer un snapshot : | ||
| + | |||
| + | <code bash> | ||
| + | virsh snapshot-create-as --domain msdos6.22 fresh-system-install --description=" | ||
| </ | </ | ||
| Ligne 248: | Ligne 257: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||