forked from roots/phyllomeos
		
	fix disk denomination
Disk was named sda. Switch to vda
This commit is contained in:
		| @@ -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 ## | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user