Disable LVM via Kickstart File

Daniel Segall dan at half-asleep.com
Wed Aug 13 17:06:33 UTC 2008


If you set your partitioning scheme in the kickstart without lvm, then 
no lvm will be used.

Example:

clearpart --all --initlabel
part /boot --size 100 --fstype ext3
part / --size 5120 --fstype ext3
part /home --size 5120 --fstype ext3
part swap --size 2048 --fstype swap

-Dan

asmith11 at cox.net wrote:
> Folks,
> 
> Hope this isn't a repeat, couldn't get a clear answer via Google. 
> 
> Question:  is there a way to instruct Anaconda not to use LVM for the system installation in a kickstart file?  We would prefer that our system disks not be wrapped with an LVM layer.
> 
> Thanks!
> 
> -Andy Smith
> asmith11 at cox.net
> 
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list
> 




More information about the Kickstart-list mailing list