diff --git a/CentOS-8-Docker.ks b/CentOS-8-Docker.ks
index 75671a4..d3ec33f 100644
--- a/CentOS-8-Docker.ks
+++ b/CentOS-8-Docker.ks
@@ -23,7 +23,8 @@ lang en_US
 # Disk setup
 zerombr
 clearpart --all --initlabel
-autopart --noboot --nohome --noswap --nolvm --fstype=ext4
+#autopart --noboot --nohome --noswap --nolvm --fstype=ext4
+part / --size 3000 --fstype=ext4
 
 # Package setup
 %packages --excludedocs --instLangs=en --nocore