Kickstart storage documentation

Latest response

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

Kickstart Syntax Reference

Check part, volgroup, and logvol options.

An example right from the doc:

part pv.01 --size 3000
volgroup myvg pv.01
logvol / --vgname=myvg --size=2000 --name=rootvol

Maybe I didn't read the question closely enough. How about this?

How to install Red Hat Enterprise Linux 7 using Kickstart file with LVM Thinpool ?

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.