All,
In a ks.cfg when doing MBR partition, I realize the value of --asprimary. Here's an example:
part /boot --fstype ext3 --size=300 --asprimary
part pv.2 --size=38000 --grow --asprimary
volgroup osvg pv.2
logvol / --fstype ext4 --name=root.fs --vgname=osvg --size=4000
....
But when doing GPT partitioning (i.e., inst.gpt in your grub.conf kernel line), does --asprimary even make sense?
ksvalidator didn't flag it as an error, so syntactically it's legal.
Is it just ignored by the part command if doing GPT partitioning?
Spike
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list