diff --git a/kickstart/ks.cfg b/kickstart/ks.cfg index 47db3d0d..fa8e8170 100644 --- a/kickstart/ks.cfg +++ b/kickstart/ks.cfg @@ -30,8 +30,8 @@ zerombr yes #Partition clearing information clearpart --all --initlabel #Disk partitioning information -part swap --recommended -part /data --fstype ext4 --size 8192 +part swap --size=8192 +#part /data --fstype ext4 --size 8192 part / --fstype ext4 --size 1 --grow #System authorization infomation auth --useshadow --enablemd5