Re: [CentOS] kickstart partitioning and cylinder boundary

2012-03-07 Thread Ljubomir Ljubojevic
On 03/06/2012 02:33 PM, Erez Zarum wrote: > As I understand anaconda uses parted to partition (starting from > centos 6), using this as example (kickstart configuration file): > clearpart --all --drives=sda --initlabel > part /boot --asprimary --size=200 --fstype=ext2 --ondisk=sda > part swap --asp

[CentOS] kickstart partitioning and cylinder boundary

2012-03-06 Thread Erez Zarum
As I understand anaconda uses parted to partition (starting from centos 6), using this as example (kickstart configuration file): clearpart --all --drives=sda --initlabel part /boot --asprimary --size=200 --fstype=ext2 --ondisk=sda part swap --asprimary --size=16384 --fstype=swap --ondisk=sda part