Created
August 1, 2020 07:12
-
-
Save SchoolGuy/6291d31d180526544354357bba864eaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "breeds": { | |
| "redhat": { | |
| "rhel4": { | |
| "signatures": [ | |
| "RedHat/RPMS", | |
| "CentOS/RPMS" | |
| ], | |
| "version_file": "(redhat|sl|centos)-release-4(AS|WS|ES)[\\.-]+(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_legacy.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "rhel5": { | |
| "signatures": [ | |
| "RedHat", | |
| "Server", | |
| "CentOS", | |
| "Client" | |
| ], | |
| "version_file": "(redhat|sl|centos)-release-5([^\\.][\\w]*)?[\\.-]+(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_legacy.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "rhel6": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(redhat|sl|slf|centos|oraclelinux)-release-(?!notes)([\\w]*-)*6(Server)*[\\.-]+(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "rhel7": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(redhat|sl|slf|centos|oraclelinux|vzlinux)-release-(?!notes)([\\w]*-)*7(Server)*[\\.-]+(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ], | |
| "ppc64le": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "rhel8": { | |
| "signatures": [ | |
| "BaseOS" | |
| ], | |
| "version_file": "(redhat|sl|slf|centos|oraclelinux|vzlinux)-release-(?!notes)([\\w]*-)*8[\\.-]+(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "ovz7": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(openvz)-release-7(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "vzkernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "fedora16": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-16-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "fedora17": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-17-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "fedora18": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-18-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "fedora19": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-19-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "fedora20": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-20-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora21": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-21-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora22": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-22-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora23": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-23-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora24": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-24-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora25": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-25-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora26": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-26-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "i386", | |
| "x86_64", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora27": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-27-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "i386", | |
| "x86_64", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora28": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-28-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "i386", | |
| "x86_64", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora29": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-29-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "i386", | |
| "x86_64", | |
| "ppc64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora30": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-30-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "i386", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "fedora31": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(fedora)-release-31-(.*)\\.noarch\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "i386", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "repo=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "cloudlinux6": { | |
| "signatures": [ | |
| "Packages" | |
| ], | |
| "version_file": "(cloudlinux)-release-(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ppc", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| } | |
| }, | |
| "debian": { | |
| "squeeze": { | |
| "signatures": [ | |
| "dists" | |
| ], | |
| "version_file": "Release", | |
| "version_file_regex": "Codename: squeeze", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "wheezy": { | |
| "signatures": [ | |
| "dists" | |
| ], | |
| "version_file": "Release", | |
| "version_file_regex": "Codename: wheezy", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "jessie": { | |
| "signatures": [ | |
| "dists" | |
| ], | |
| "version_file": "Release", | |
| "version_file_regex": "Codename: jessie", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "stretch": { | |
| "signatures": [ | |
| "dists" | |
| ], | |
| "version_file": "Release", | |
| "version_file_regex": "Codename: stretch", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "buster": { | |
| "signatures": [ | |
| "dists" | |
| ], | |
| "version_file": "Release", | |
| "version_file_regex": "Codename: buster", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| } | |
| }, | |
| "ubuntu": { | |
| "artful": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: artful|Ubuntu 17.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "lucid": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: lucid|Ubuntu 10.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "oneiric": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: oneiric|Ubuntu 11.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "precise": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: precise|Ubuntu 12.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "quantal": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: quantal|Ubuntu 12.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "raring": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: raring|Ubuntu 13.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "saucy": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: saucy|Ubuntu 13.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "trusty": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: trusty|Ubuntu 14.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "utopic": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: utopic|Ubuntu 14.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "vivid": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: vivid|Ubuntu 15.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "wily": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: wily|Ubuntu 15.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "xenial": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: xenial|Ubuntu 16.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "yakkety": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: yakkety|Ubuntu 16.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "zesty": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: zesty|Ubuntu 17.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(vm)?linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "bionic": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: bionic|Ubuntu 18.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64", | |
| "ppc64el" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd($|.gz$|.lz$)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64el": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "cosmic": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: cosmic|Ubuntu 18.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "linux(.*)", | |
| "initrd_file": "initrd(.*)\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "disco": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: disco|Ubuntu 19.04", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd($|.gz$|.lz$)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "eoan": { | |
| "signatures": [ | |
| "dists", | |
| ".disk" | |
| ], | |
| "version_file": "Release|mini-info", | |
| "version_file_regex": "Codename: eoan|Ubuntu 19.10", | |
| "kernel_arch": "linux-headers-(.*)\\.deb", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "apt" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd($|.gz$|.lz$)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample.seed", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| } | |
| }, | |
| "suse": { | |
| "suse": { | |
| "signatures": [], | |
| "version_file": "", | |
| "version_file_regex": "", | |
| "kernel_arch": "", | |
| "kernel_arch_regex": "", | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64", | |
| "ia64", | |
| "ppc", | |
| "ppc64", | |
| "s390", | |
| "s390x" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "", | |
| "initrd_file": "", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse11.2": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-11.2-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse11.3": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-11.3-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse11.4": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-11.4-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse12.1": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-12.1-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse12.2": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-12.2-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse12.3": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-12.3-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse13.1": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-13.1-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse13.2": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "openSUSE-release-13.2-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse15.0": { | |
| "signatures": [ | |
| "" | |
| ], | |
| "version_file": "openSUSE-release-15.0-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "opensuse15.1": { | |
| "signatures": [ | |
| "" | |
| ], | |
| "version_file": "openSUSE-release-15.1-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "aarch64", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "(linux|vmlinuz(.*))", | |
| "initrd_file": "initrd(.*)", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles10generic": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "sles-release-10(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles11": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "sles-release-11-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64", | |
| "s390x" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles11sp1": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "sles-release-11.1-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64", | |
| "s390x" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles11sp2": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "sles-release-11.2-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64", | |
| "s390x" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles11sp3": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "sles-release-11.3-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64", | |
| "s390x" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles11sp4": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "sles-release-11.4-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles11generic": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "sles-release-11(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64", | |
| "s390x" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles12": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "(sles|SLES-for-VMware)-release-12-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "x86_64", | |
| "s390x", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "sles12generic": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "(sles|SLES-for-VMware)-release-12(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "x86_64", | |
| "s390x", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64le": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "sles12sp1": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "(sles|SLES-for-VMware)-release-12.1-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64le": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "sles12sp2": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "(sles|SLES-for-VMware)-release-12.2-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64le": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "sles12sp3": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "(sles|SLES-for-VMware)-release-12.3-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64le": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "sles12sp4": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "(sles|SLES-for-VMware|SLES_SAP)-release-12.4-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "dhcptimeout=120, net.ifnames=1, install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64le": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "sles12sp5": { | |
| "signatures": [ | |
| "suse" | |
| ], | |
| "version_file": "(sles|SLES-for-VMware|SLES_SAP)-release-12.5-(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "i586", | |
| "x86_64", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "dhcptimeout=120, net.ifnames=1, install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64le": [ | |
| "grub" | |
| ] | |
| } | |
| }, | |
| "sles15generic": { | |
| "signatures": [ | |
| "." | |
| ], | |
| "version_file": "sles-release-15(.*).rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "x86_64", | |
| "s390x", | |
| "ppc64le" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "linux[64.gz]?", | |
| "initrd_file": "initrd[64]?", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_autoyast.xml", | |
| "kernel_options": "install=$tree", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| } | |
| }, | |
| "vmware": { | |
| "esx4": { | |
| "signatures": [ | |
| "VMware/RPMS" | |
| ], | |
| "version_file": "vmware-esx-vmware-release-(.*)\\.rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*)\\.x86_64\\.rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz", | |
| "initrd_file": "initrd\\.img", | |
| "isolinux_ok": true, | |
| "default_autoinstall": "sample_esx4.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "esxi4": { | |
| "signatures": [ | |
| "imagedd.bz2" | |
| ], | |
| "version_file": "vmkernel\\.gz", | |
| "version_file_regex": "^.*ESXi 4.1\\.(\\d)+ \\[Releasebuild-([\\d]+)\\].*$", | |
| "kernel_arch": "vmkernel\\.gz", | |
| "kernel_arch_regex": "^.*SystemVsiCpuArch.*(X86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "vmkboot\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi4.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [ | |
| "vmkernel.gz", | |
| "sys.vgz", | |
| "cim.vgz", | |
| "ienviron.vgz", | |
| "install.vgz" | |
| ] | |
| }, | |
| "esxi5": { | |
| "signatures": [ | |
| "tboot.b00" | |
| ], | |
| "version_file": "s\\.v00", | |
| "version_file_regex": "^.*ESXi 5\\.0\\.(.*)build-([\\d]+).*$", | |
| "kernel_arch": "tools\\.t00", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "imgpayld\\.tgz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi5.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "template_files": "/etc/cobbler/boot_loader_conf/bootcfg_esxi5.template=$local_img_path/cobbler-boot.cfg", | |
| "boot_files": [ | |
| "*.*" | |
| ] | |
| }, | |
| "esxi51": { | |
| "signatures": [ | |
| "tboot.b00" | |
| ], | |
| "version_file": "s\\.v00", | |
| "version_file_regex": "^.*ESXi 5\\.1\\.(.*)build-([\\d]+).*$", | |
| "kernel_arch": "tools\\.t00", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "imgpayld\\.tgz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi5.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "template_files": "/etc/cobbler/boot_loader_conf/bootcfg_esxi51.template=$local_img_path/cobbler-boot.cfg", | |
| "boot_files": [ | |
| "*.*" | |
| ] | |
| }, | |
| "esxi55": { | |
| "signatures": [ | |
| "tboot.b00" | |
| ], | |
| "version_file": "s\\.v00", | |
| "version_file_regex": "^.*ESXi 5\\.5\\.(.*)build-([\\d]+).*$", | |
| "kernel_arch": "tools\\.t00", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "imgpayld\\.tgz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi5.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "template_files": "/etc/cobbler/boot_loader_conf/bootcfg_esxi55.template=$local_img_path/cobbler-boot.cfg", | |
| "boot_files": [ | |
| "*.*" | |
| ] | |
| }, | |
| "esxi60": { | |
| "signatures": [ | |
| "tboot.b00" | |
| ], | |
| "version_file": "s\\.v00", | |
| "version_file_regex": "^.*ESXi 6\\.0\\.(.*)build-([\\d]+).*$", | |
| "kernel_arch": "tools\\.t00", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "imgpayld\\.tgz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi5.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "template_files": "/etc/cobbler/boot_loader_conf/bootcfg_esxi60.template=$local_img_path/cobbler-boot.cfg", | |
| "boot_files": [ | |
| "*.*" | |
| ] | |
| }, | |
| "esxi65": { | |
| "signatures": [ | |
| "tboot.b00" | |
| ], | |
| "version_file": "vmware-esx-base-osl\\.txt", | |
| "version_file_regex": "^(VMware )?ESXi( )?(v)?6(\\.)?5(\\.)?.*$", | |
| "kernel_arch": "tools\\.t00", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "imgpayld\\.tgz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi6.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "template_files": "/etc/cobbler/boot_loader_conf/bootcfg_esxi65.template=$local_img_path/cobbler-boot.cfg", | |
| "boot_files": [ | |
| "*.*" | |
| ] | |
| }, | |
| "esxi67": { | |
| "signatures": [ | |
| "b.b00" | |
| ], | |
| "version_file": "vmware-esx-base-osl\\.txt", | |
| "version_file_regex": "^(VMware )?ESXi( )?(v)?6(\\.)?7(\\.)?.*$", | |
| "kernel_arch": "tools\\.t00", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "imgpayld\\.tgz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi6.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "template_files": "/etc/cobbler/boot_loader_conf/bootcfg_esxi67.template=$local_img_path/cobbler-boot.cfg", | |
| "boot_files": [ | |
| "*.*" | |
| ] | |
| }, | |
| "esxi70": { | |
| "signatures": [ | |
| "b.b00" | |
| ], | |
| "version_file": "vmware-esx-base-osl\\.txt", | |
| "version_file_regex": "^(VMware )?ESXi( )?(v)?7(\\.)?0(\\.)?.*$", | |
| "kernel_arch": "tools\\.t00", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "imgpayld\\.tgz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "sample_esxi7.ks", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "template_files": "/etc/cobbler/boot_loader_conf/bootcfg_esxi70.template=$local_img_path/cobbler-boot.cfg", | |
| "boot_files": [ | |
| "*.*" | |
| ] | |
| } | |
| }, | |
| "freebsd": { | |
| "freebsd8.2": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "8\\.2-RELEASE", | |
| "version_file_regex": null, | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": "^.*FreeBSD: src/sys/(.*)/conf/GENERIC\\.hints.*$", | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "pxeboot(.*)", | |
| "initrd_file": "mfsroot\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd8.3": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "8\\.3-RELEASE", | |
| "version_file_regex": null, | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": "^.*FreeBSD: src/sys/(.*)/conf/GENERIC\\.hints.*$", | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "pxeboot(.*)", | |
| "initrd_file": "mfsroot\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd8.4": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "8\\.4-RELEASE", | |
| "version_file_regex": null, | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": "^.*FreeBSD: src/sys/(.*)/conf/GENERIC\\.hints.*$", | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "pxeboot(.*)", | |
| "initrd_file": "mfsroot\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd9.0": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "device\\.hints", | |
| "version_file_regex": "^.*FreeBSD: release/9.0(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": "^.*FreeBSD: release/9.0(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "pxeboot(.*)", | |
| "initrd_file": "mbr", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd9.1": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "device\\.hints", | |
| "version_file_regex": "^.*FreeBSD: release/9.1(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": "^.*FreeBSD: release/9.1(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "pxeboot(.*)", | |
| "initrd_file": "mbr", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd9.2": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "device\\.hints", | |
| "version_file_regex": "^.*FreeBSD: release/9.2(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": "^.*FreeBSD: release/9.2(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "pxeboot(.*)", | |
| "initrd_file": "mbr", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd9.3": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "device\\.hints", | |
| "version_file_regex": "^.*FreeBSD: release/9.3(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": "^.*FreeBSD: release/9.3(.*)/sys/(.*)/conf/GENERIC.hints.*$", | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "pxeboot(.*)", | |
| "initrd_file": "mbr", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd10.0": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"10.0-RELEASE\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd10.1": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"10.1-RELEASE\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd10.2": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"10.2-RELEASE\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd10.3": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"10.3-RELEASE\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd10.4": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"10.4-RELEASE\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd11.0": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"11.0-RELEASE.*\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd11.1": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"11.1-RELEASE.*\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd11.2": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"11.2-RELEASE.*\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd11.3": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"11.3-RELEASE.*\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "freebsd12.0": { | |
| "signatures": [ | |
| "boot" | |
| ], | |
| "version_file": "freebsd-version", | |
| "version_file_regex": "USERLAND_VERSION=\"12.0-RELEASE.*\"", | |
| "kernel_arch": "device\\.hints", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "i386", | |
| "amd64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "base.txz", | |
| "initrd_file": "base.txz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| } | |
| }, | |
| "xen": { | |
| "xcp16": { | |
| "signatures": [ | |
| "packages.main" | |
| ], | |
| "version_file": "^XS-REPOSITORY$", | |
| "version_file_regex": "^.*product=\"XCP\" version=\"1\\.6\\.([0-9]+)\".*$", | |
| "kernel_arch": "xen\\.gz", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "vmlinuz", | |
| "initrd_file": "xen\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "dom0_max_vcpus=1-2 dom0_mem=max:752M,752M", | |
| "kernel_options_post": "", | |
| "boot_files": [ | |
| "install.img" | |
| ] | |
| }, | |
| "xenserver620": { | |
| "signatures": [ | |
| "packages.xenserver" | |
| ], | |
| "version_file": "^XS-REPOSITORY$", | |
| "version_file_regex": "^.*product=\"XenServer\" version=\"6\\.2\\.([0-9]+)\".*$", | |
| "kernel_arch": "xen\\.gz", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "xen\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [ | |
| "install.img" | |
| ] | |
| }, | |
| "xenserver650": { | |
| "signatures": [ | |
| "packages.xenserver" | |
| ], | |
| "version_file": "^XS-REPOSITORY$", | |
| "version_file_regex": "^.*product=\"XenServer\" version=\"6\\.5\\.([0-9]+)\".*$", | |
| "kernel_arch": "xen\\.gz", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "xen\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [ | |
| "install.img" | |
| ] | |
| }, | |
| "xenserver700": { | |
| "signatures": [ | |
| "packages.xenserver" | |
| ], | |
| "version_file": "^XS-REPOSITORY$", | |
| "version_file_regex": "^.*product=\"XenServer\" version=\"7\\.0\\.([0-9]+)\".*$", | |
| "kernel_arch": "xen\\.gz", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "xen\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [ | |
| "install.img" | |
| ] | |
| }, | |
| "xenserver710": { | |
| "signatures": [ | |
| "packages.xenserver" | |
| ], | |
| "version_file": "^XS-REPOSITORY$", | |
| "version_file_regex": "^.*product=\"XenServer\" version=\"7\\.1\\.([0-9]+)\".*$", | |
| "kernel_arch": "xen\\.gz", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "xen\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [ | |
| "install.img" | |
| ] | |
| }, | |
| "xenserver720": { | |
| "signatures": [ | |
| "packages.xenserver" | |
| ], | |
| "version_file": "^XS-REPOSITORY$", | |
| "version_file_regex": "^.*product=\"XenServer\" version=\"7\\.2\\.([0-9]+)\".*$", | |
| "kernel_arch": "xen\\.gz", | |
| "kernel_arch_regex": "^.*(x86_64).*$", | |
| "supported_arches": [ | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "mboot\\.c32", | |
| "initrd_file": "xen\\.gz", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [ | |
| "install.img" | |
| ] | |
| } | |
| }, | |
| "unix": { | |
| }, | |
| "windows": { | |
| }, | |
| "powerkvm": { | |
| "2.1": { | |
| "signatures": [ | |
| "packages" | |
| ], | |
| "version_file": "ibm-powerkvm-layer-(.*).pkvm.*rpm", | |
| "version_file_regex": null, | |
| "kernel_arch": "kernel-(.*).rpm", | |
| "kernel_arch_regex": null, | |
| "supported_arches": [ | |
| "ppc64" | |
| ], | |
| "supported_repo_breeds": [ | |
| "rsync", | |
| "rhn", | |
| "yum" | |
| ], | |
| "kernel_file": "vmlinuz(.*)", | |
| "initrd_file": "initrd(.*)\\.img", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "powerkvm.ks", | |
| "kernel_options": "ip=dhcp root=live:$tree/LiveOS/squashfs.img repo=$tree/packages", | |
| "kernel_options_post": "", | |
| "boot_files": [], | |
| "boot_loaders": { | |
| "ppc64": [ | |
| "pxelinux" | |
| ] | |
| } | |
| } | |
| }, | |
| "generic": { | |
| "generic26": { | |
| "signatures": [], | |
| "version_file": "", | |
| "version_file_regex": "", | |
| "kernel_arch": "", | |
| "kernel_arch_regex": "", | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "", | |
| "initrd_file": "", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| }, | |
| "virtio26": { | |
| "signatures": [], | |
| "version_file": "", | |
| "version_file_regex": "", | |
| "kernel_arch": "", | |
| "kernel_arch_regex": "", | |
| "supported_arches": [ | |
| "i386", | |
| "x86_64" | |
| ], | |
| "supported_repo_breeds": [], | |
| "kernel_file": "", | |
| "initrd_file": "", | |
| "isolinux_ok": false, | |
| "default_autoinstall": "", | |
| "kernel_options": "", | |
| "kernel_options_post": "", | |
| "boot_files": [] | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment