From d77143a5fa128d9c1c9529dccc672d9fed62bea0 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Dec 13 2019 15:15:28 +0000 Subject: try specifying the disk layout --- diff --git a/CentOS-8-Stream-Container.ks b/CentOS-8-Stream-Container.ks index 33ae605..868903b 100644 --- a/CentOS-8-Stream-Container.ks +++ b/CentOS-8-Stream-Container.ks @@ -14,6 +14,7 @@ rootpw --lock --iscrypted locked timezone --isUtc --nontp UTC selinux --enforcing firewall --disabled +ignoredisk --only-use=vda network --bootproto=dhcp --device=link --activate --onboot=on shutdown bootloader --disable @@ -23,7 +24,7 @@ lang en_US.UTF-8 # Disk setup zerombr clearpart --all --initlabel -autopart --noboot --nohome --noswap --nolvm --fstype=ext4 +part / --fstype="ext4" --ondisk=vda --size=8000 # Package setup %packages --excludedocs --instLangs=en --nocore --excludeWeakdeps