From 69efef18c702d39b8acf886c1ac2edb1caf9b2de Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 3 Jun 2021 14:37:16 +0000 Subject: [PATCH] fix disk denomination Disk was named sda. Switch to vda --- f34/main.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/f34/main.cfg b/f34/main.cfg index a299a49..d3ab4d5 100644 --- a/f34/main.cfg +++ b/f34/main.cfg @@ -7,7 +7,7 @@ # Install qemu and spice guest agents. # ATTENTION : will automatically destroy the main virtual disk 'vda' and all of its contents. Bye bye! # USAGE : Press the `tab` key during POST and apend that after the 'quiet' string : -# inst.ks=https://git.phyllo.me/lukas/kickstart/f34/main.cfg +# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/main.cfg # Originally generated by Anaconda 34.24.9 # Orginally generated by pykickstart v3.32 @@ -96,8 +96,8 @@ clearpart --all --initlabel --drives=vda # Disk partitioning information. # Will create a boot partition of 350 MiB on disk vda using the ext4 filesystem. The remaining space will be used for root. -part /boot --fstype="ext4" --ondisk=sda --size=350 --label=boot -part / --fstype="ext4" --ondisk=sda --grow --label=system +part /boot --fstype="ext4" --ondisk=vda --size=350 --label=boot +part / --fstype="ext4" --ondisk=vda --grow --label=system ## SOFTWARE ##