From d43129d5e8a7a46fd1905d8f700ab4ab06a6c537 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Fri, 25 Jan 2019 12:46:43 -0500 Subject: [PATCH] Remove duplicate partitioning on arm base, minimal. --- fedora-arm-base.ks | 1 - fedora-arm-minimal.ks | 1 - 2 files changed, 2 deletions(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index b8443a3..3bdd810 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -8,7 +8,6 @@ bootloader --location=mbr part /boot/efi --size=80 --fstype vfat --asprimary part /boot --size=512 --fstype ext4 --asprimary -part / --size=2800 --fstype ext4 --asprimary # make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index 69415f2..16cb0bc 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -1,7 +1,6 @@ %include fedora-arm-base.ks %include fedora-minimal-common.ks -part /boot --size=512 --fstype ext4 part / --size=1400 --fstype ext4 %packages