mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
fix disk denomination
Disk was named sda. Switch to vda
This commit is contained in:
parent
e65ea5ba2a
commit
69efef18c7
@ -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 ##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user