From 9ad040864ce718ebb0800b5c72872ddb7d94681a Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jul 25 2019 15:25:06 +0000 Subject: use the old partition directives in the docker kickstart --- 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