fixes names

This commit is contained in:
lukas 2022-01-27 10:02:46 +01:00
parent 6787ab2bff
commit 67cb44ed7a
3 changed files with 8 additions and 8 deletions

View File

@ -10,11 +10,11 @@ virt-install \
--virt-type kvm \
--arch x86_64 \
--machine q35 \
--name minimal-workstation \
--name minimal-server \
--boot uefi \
--cpu host-model,topology.sockets=1,topology.cores=1,topology.threads=1 \
--vcpus 1 \
--memory 2048 \
--memory 512 \
--video virtio \
--graphics spice,gl.enable=yes,listen=none \
--channel spicevmc \
@ -30,6 +30,6 @@ virt-install \
--input type=tablet,bus=virtio \
--memballoon none \
--rng /dev/urandom,model=virtio \
--disk path=/var/lib/libvirt/images/virtual-desktop.img,format=raw,bus=virtio,cache=writeback,size=5 \
--disk path=/var/lib/libvirt/images/virtual-server.img,format=raw,bus=virtio,cache=writeback,size=5 \
--location=https://download.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os/ \
--extra-args="inst.ks=https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/dishes/virtual-server.cfg"

View File

@ -12,8 +12,8 @@ virt-install \
--machine q35 \
--name minimal-workstation \
--boot uefi \
--cpu host-model,topology.sockets=1,topology.cores=1,topology.threads=2 \
--vcpus 1 \
--cpu host-model,topology.sockets=1,topology.cores=2,topology.threads=1 \
--vcpus 2 \
--memory 2048 \
--video virtio \
--graphics spice,gl.enable=yes,listen=none \

View File

@ -13,8 +13,8 @@ virt-install \
--name virtual-phyllome-os \
--boot uefi \
--cpu host-passthrough,topology.sockets=1,topology.cores=2,topology.threads=2 \
--vcpus 1 \
--memory 8192 \
--vcpus 4 \
--memory 4092 \
--video virtio \
--graphics spice,gl.enable=yes,listen=none \
--channel spicevmc \
@ -30,6 +30,6 @@ virt-install \
--input type=tablet,bus=virtio \
--memballoon none \
--rng /dev/urandom,model=virtio \
--disk path=/var/lib/libvirt/images/virtual-desktop.img,format=raw,bus=virtio,cache=writeback,size=20 \
--disk path=/var/lib/libvirt/images/virtual-phyllome-os.img,format=raw,bus=virtio,cache=writeback,size=20 \
--location=https://download.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os/ \
--extra-args="inst.ks=https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/dishes/virtual-phyllome-desktop.cfg"