From e735eccf71c907a8eb4ac3f4e1569dc22703ef3c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 5 Oct 2020 17:50:12 -0400 Subject: [PATCH] image.yaml: set osmet-pack-with-cosa-coreinst to true For now, temporarily use the coreos-installer from COSA in order to work around https://github.com/coreos/coreos-assembler/issues/1761 when building F33 based FCOS. --- image.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/image.yaml b/image.yaml index a91ab32025..4cdc76eed1 100644 --- a/image.yaml +++ b/image.yaml @@ -20,6 +20,11 @@ ostree-remote: fedora # https://github.com/ostreedev/ostree/issues/1265 sysroot-readonly: true +# For now, temporarily use the coreos-installer from COSA in order +# to work around https://github.com/coreos/coreos-assembler/issues/1761 +# when building F33 based FCOS. +osmet-pack-with-cosa-coreinst: true + # After this, we plan to add support for the Ignition # storage/filesystems sections. (Although one can do # that on boot as well)