All,
I'm trying to auto-build an image using a kickstart file but the resulting partition table is an MBR and not GPT. The relevant kickstart data is:
clearpart --all zerombr bootloader --timeout=0 --location=mbr part biosboot --size=1 --fstype=biosboot part / --grow --size=500 --fstype=ext4
What am I missing?
Thanks ...Juerg