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 ##