From 3721df6e5a1b20ff8d1f578b56b59b1ef6675ce7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 28 May 2018 12:49:10 +0100 Subject: [PATCH] IoT: move to simple partitioning --- fedora-iot.ks | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/fedora-iot.ks b/fedora-iot.ks index 90eed74..6d753c2 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -17,13 +17,7 @@ services --enabled=NetworkManager,sshd,rngd,initial-setup zerombr clearpart --all -# Use reqpart to create hardware platform specific partitions -# https://pagure.io/atomic-wg/issue/299 -reqpart --add-boot -part pv.01 --grow -volgroup fedoraiot pv.01 -# Start from 3GB as we did before, since we just need a size. -logvol / --size=3000 --fstype="ext4" --name=root --vgname=fedoraiot +autopart --nohome --noswap --type=plain # Equivalent of %include fedora-repo.ks # Pull from the ostree repo that was created during the compose