#167 atomic/host: Update to use new ISO model
Merged 7 years ago by ausil. Opened 7 years ago by walters.
walters/pungi-fedora rawhide-atomichost-iso  into  master

file modified
+4 -10
@@ -262,20 +262,14 @@ 

                                    "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',

          }

This is a rework of https://pagure.io/pungi-fedora/pull-request/108.
Note that I left a few things like git branches pointed at f26, but
I think these should be master most likely.

(Not tested locally since I don't have a pungi setup, but it can't be worse, since the current ISO doesn't build)

rebased

7 years ago

Pull-Request has been merged by ausil

7 years ago
Metadata