Kickstart storage documentation
Is it just me, or is there no documentation anywhere for using 'lvmpv' as an fstype on a partition when performing a kickstart?? I know it seems trivial, but I am the curious type, and for the life of me I cannot find documentation supporting the use of that fstype...
Disk partitioning information
part /boot/efi --fstype "efi" --ondisk=sda --size=50 --asprimary --label EFI --maxsize=200
part /boot --fstype "xfs" --ondisk=sda --size=256 --asprimary --label BOOT
part pv.root --fstype "lvmpv" --ondisk=sda --size=1 --grow
Cheers,
T
Responses