Modify description

This commit is contained in:
Lukas 2022-02-13 19:04:37 +01:00
parent 3a7b0ccc65
commit a775b55095

View File

@ -1,11 +1,11 @@
#!/bin/bash
# Deploy Phyllome OS Desktop generic edition with `virt-install` on a 20G disk, with 4vCPU, 8G of RAM.
# Deploy Phyllome OS Desktop, generic edition with `virt-install` on a 20G disk, with 4vCPU and 4G of RAM.
# GPU and CPU agnostic configuration.
virt-install \
--connect qemu:///system \
--metadata description="Spice with OpenGL. Phyllome OS Desktop edition." \
--metadata description="Spice with OpenGL. Phyllome OS Desktop, agnostic edition." \
--os-variant detect=off \
--virt-type kvm \
--arch x86_64 \