[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Disable LVM via Kickstart File



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 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 cox net

_______________________________________________
Kickstart-list mailing list
Kickstart-list redhat com
https://www.redhat.com/mailman/listinfo/kickstart-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]