From 8c83a275ee196a043756763379be2f97a6592627 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 11 Oct 2018 17:52:26 +0100 Subject: [PATCH] Fix default partitioning on IoT images post SBSA fix in blivet Signed-off-by: Peter Robinson --- fedora-iot.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-iot.ks b/fedora-iot.ks index 7d31c3f..8a4123d 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -19,7 +19,7 @@ services --enabled=NetworkManager,sshd,rngd,initial-setup,zram-swap firstboot --reconfig --enable zerombr -clearpart --all +clearpart --all --initlabel --disklabel=msdos autopart --nohome --noswap --type=plain # Equivalent of %include fedora-repo.ks