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
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
2 matches
Mail list logo