From 41ef546b3feb47be712d4d3ff2d7c4bf84c96b97 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Oct 31 2017 11:23:11 +0000 Subject: (Rawhide/F28) Drop --noboot from container image creation When building Fedora Server base images (such as when building F27 Modular Server), the --noboot option results in the container image attempting to mount /boot with XFS like the rest of the system. This results in the image-creation failing. Since the partitions don't matter in the end (the files are tarred up and shipped that way), we'll skip this optimization. Signed-off-by: Stephen Gallagher --- diff --git a/fedora-modular-container-common.ks b/fedora-modular-container-common.ks index 234f5e4..6dbe8aa 100644 --- a/fedora-modular-container-common.ks +++ b/fedora-modular-container-common.ks @@ -27,7 +27,7 @@ reboot # boot partitions are irrelevant as the final container image is a tarball zerombr clearpart --all -autopart --noboot --nohome --noswap --nolvm +autopart --nohome --noswap --nolvm %packages --excludedocs --instLangs=en --nocore fedora-modular-release