From 289371a58143a35dccf35f1d3760b0db294ef4cd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 8 May 2020 17:18:23 -0700 Subject: [PATCH] Have minimal-uefi.ks use autopart It should work just fine. We don't need to manually specify a partition layout. Signed-off-by: Adam Williamson --- minimal-uefi.ks | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/minimal-uefi.ks b/minimal-uefi.ks index e83ced9..f32b33a 100644 --- a/minimal-uefi.ks +++ b/minimal-uefi.ks @@ -7,10 +7,7 @@ lang en_US.UTF-8 keyboard us timezone --utc America/New_York clearpart --all -part /boot/efi --fstype=efi --grow --maxsize=200 --size=20 -part /boot --fstype=ext4 --size=1024 -part / --fstype=ext4 --size=17000 -part swap --size=2000 +autopart rootpw weakpassword poweroff