mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-25 22:26:29 +00:00
move image confs
This commit is contained in:
parent
abb29ea8e8
commit
545d4b15e7
@ -1,5 +1,5 @@
|
|||||||
image_build = {
|
image_build = {
|
||||||
"(^BaseOS$|^Cloud$)": [
|
"^BaseOS$": [
|
||||||
{
|
{
|
||||||
"image-build": {
|
"image-build": {
|
||||||
"format": [("qcow2", "qcow2")],
|
"format": [("qcow2", "qcow2")],
|
||||||
@ -8,17 +8,14 @@ image_build = {
|
|||||||
"version": "8.8",
|
"version": "8.8",
|
||||||
"release": "!RELEASE_FROM_DATE_RESPIN"
|
"release": "!RELEASE_FROM_DATE_RESPIN"
|
||||||
"target": "image-rocky-8",
|
"target": "image-rocky-8",
|
||||||
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#b1c99d8584d04fd58bd31e7d5f1d851b6b151350",
|
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#origin/r8",
|
||||||
"kickstart": "Rocky-8-GenericCloud.ks",
|
"kickstart": "Rocky-8-GenericCloud-Base.ks",
|
||||||
"ksversion": "F26",
|
"ksversion": "F26",
|
||||||
"distro": "Fedora-20",
|
"distro": "Fedora-20",
|
||||||
"disk-size": "8",
|
"disk-size": "10",
|
||||||
"arches": ["x86_64","aarch64"],
|
"arches": ["x86_64","aarch64"],
|
||||||
"repo": [
|
"install_tree_from": "BaseOS",
|
||||||
"http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
|
"repo": ["BaseOS","AppStream",]
|
||||||
"http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$arch/os/",
|
|
||||||
],
|
|
||||||
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
|
|
||||||
},
|
},
|
||||||
"factory-parameters": {
|
"factory-parameters": {
|
||||||
"generate_icicle": False,
|
"generate_icicle": False,
|
||||||
@ -26,23 +23,20 @@ image_build = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"image-build": {
|
"image-build": {
|
||||||
"format": [("qcow2", "qcow2")],
|
"format": [("raw.xz", "raw.xz")],
|
||||||
"name": "Rocky-8-ec2",
|
"name": "Rocky-8-ec2",
|
||||||
"subvariant": "ec2",
|
"subvariant": "ec2",
|
||||||
"version": "8.8",
|
"version": "8.8",
|
||||||
"release": "!RELEASE_FROM_DATE_RESPIN"
|
"release": "!RELEASE_FROM_DATE_RESPIN"
|
||||||
"target": "image-rocky-8",
|
"target": "image-rocky-8",
|
||||||
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#b1c99d8584d04fd58bd31e7d5f1d851b6b151350",
|
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#origin/r8",
|
||||||
"kickstart": "Rocky-8-EC2.ks",
|
"kickstart": "Rocky-8-EC2-Base.ks",
|
||||||
"ksversion": "F26",
|
"ksversion": "F26",
|
||||||
"distro": "Fedora-20",
|
"distro": "Fedora-20",
|
||||||
"disk-size": "8",
|
"disk-size": "10",
|
||||||
"arches": ["x86_64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"repo": [
|
"install_tree_from": "BaseOS",
|
||||||
"http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
|
"repo": ["BaseOS","AppStream",]
|
||||||
"http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$arch/os/",
|
|
||||||
],
|
|
||||||
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
|
|
||||||
},
|
},
|
||||||
"factory-parameters": {
|
"factory-parameters": {
|
||||||
"generate_icicle": False,
|
"generate_icicle": False,
|
||||||
@ -54,4 +48,3 @@ image_build = {
|
|||||||
translate_paths = [
|
translate_paths = [
|
||||||
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
|
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user