From f4f815979f301da66249dd3180fea8d7c18411b7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 13 Mar 2017 12:55:13 -0400 Subject: [PATCH] atomic/host: Update to use new ISO model This is a rework of . Note that I left a few things like git branches pointed at f26, but I think these should be master most likely. Signed-off-by: Colin Walters --- fedora-atomic.conf | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/fedora-atomic.conf b/fedora-atomic.conf index eb1f914..fd02d6d 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -262,20 +262,14 @@ ostree_installer = [ "https://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/26/Everything/$arch/os/"], "release": None, "installpkgs": ["fedora-productimg-atomic"], - "add_template": ["atomic-installer/lorax-configure-repo.tmpl"], + "rootfs_size": "3", + "add_template": ["atomic-installer/lorax-configure-repo.tmpl", + "atomic-installer/lorax-embed-repo.tmpl"], "add_template_var": [ "ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/", "ostree_osname=fedora-atomic", - "ostree_install_ref=fedora/26/x86_64/updates/atomic-host", - "ostree_update_ref=fedora/26/x86_64/atomic-host", + "ostree_ref=fedora-atomic/rawhide/x86_64/docker-host", ], - "add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"], - "add_arch_template_var": [ - "ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/", - "ostree_osname=fedora-atomic", - "ostree_install_ref=fedora/26/x86_64/updates/atomic-host", - "ostree_update_ref=fedora/26/x86_64/atomic-host", - ] 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'f26', }