From e8363a026ec4e4dd1d919895d3215e8164ce959e Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 30 Nov 2021 17:58:19 +0000 Subject: [PATCH] docs: update gofurther/virt-install --- gofurther/virt-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gofurther/virt-install.md b/gofurther/virt-install.md index 99868ee..f1e6edd 100644 --- a/gofurther/virt-install.md +++ b/gofurther/virt-install.md @@ -2,7 +2,7 @@ title: Linux family description: published: true -date: 2021-11-30T17:57:17.787Z +date: 2021-11-30T17:58:16.734Z tags: editor: markdown dateCreated: 2021-11-12T15:27:40.366Z @@ -160,7 +160,7 @@ virt-install \ --input type=keyboard,bus=virtio \ --input type=tablet,bus=virtio \ --rng /dev/urandom,model=virtio \ - --disk path=~/.local/share/libvirt/images/virtual-phyllome-desktop.img,format=raw,bus=virtio,cache=writeback,size=10 \ + --disk path=~/.local/share/libvirt/images/virtual-desktop.img,format=raw,bus=virtio,cache=writeback,size=10 \ --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/leaves/virtual-desktop.cfg" ```