[CentOS KS] Removed LVM partitioning.
diff --git a/centos-7/http/ks.cfg b/centos-7/http/ks.cfg
index 8b665c3..c19ce0d 100644
--- a/centos-7/http/ks.cfg
+++ b/centos-7/http/ks.cfg
@@ -15,7 +15,8 @@
 zerombr
 
 clearpart --all --initlabel
-autopart
+#autopart
+part /    --fstype=ext4  --size=1024  --grow --fsoptions=noatime --ondrive=vda
 
 auth  --useshadow  --enablemd5
 firstboot --disabled