From 35240067e0e314b1a60b13978a84ee4759106deb Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 31 Oct 2017 07:23:11 -0400 Subject: [PATCH] (F27) 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 --- fedora-modular-container-common.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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