From c12bc4c1953042d2ae29749dc890b8a88f93ad6d Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 11 Jan 2022 15:25:34 +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 b2549c9..23d20ca 100644 --- a/gofurther/virt-install.md +++ b/gofurther/virt-install.md @@ -2,7 +2,7 @@ title: Linux family description: published: true -date: 2022-01-11T15:21:57.078Z +date: 2022-01-11T15:25:31.899Z tags: editor: markdown dateCreated: 2021-11-12T15:27:40.366Z @@ -47,7 +47,7 @@ virt-install \ --rng /dev/urandom,model=virtio \ --disk path=/var/lib/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="https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/dishes/virtual-desktop.cfg" + --extra-args="inst.ks=https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/dishes/virtual-desktop.cfg" ``` ## Deployment using a local kickstart file