Skip to content

Commit

Permalink
Enable vhd on more releases
Browse files Browse the repository at this point in the history
Signed-off-by: chunfuwen <[email protected]>
  • Loading branch information
chunfuwen committed Jan 8, 2025
1 parent bec99d8 commit b2754af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion provider/bootc_image_builder/bootc_image_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def create_config_toml_file(params):
"rootpw --lock --iscrypted locked\n"
"sshkey --username %s \"%s\"\ntext --non-interactive\nzerombr\n"
"clearpart --all --initlabel --disklabel=gpt\nautopart --noswap --type=lvm\n"
"network --bootproto=dhcp --device=eno1 --activate --onboot=on\n reboot" % (username, password, username, key_value)
"network --bootproto=dhcp --device=link --activate --onboot=on\n reboot" % (username, password, username, key_value)
}
if params.get("fips_enable") == "yes":
fips_content = f"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
local_container = "yes"
- centos10:
container_url = "quay.io/centos-bootc/centos-bootc:stream10"
only upstream_bib..use_config_json..tls_verify_enable, rhel_9.5_nightly_bib..use_config_json..tls_verify_enable, rhel_9.6_nightly_bib..use_config_json..tls_verify_enable, rhel_9.4_nightly_bib..use_config_json..tls_verify_enable
only upstream_bib..use_config_json..tls_verify_enable, rhel_10.0_bib..use_config_json..tls_verify_enable, rhel_9.6_nightly_bib..use_config_json..tls_verify_enable, rhel_9.4_nightly_bib..use_config_json..tls_verify_enable
roofs = "xfs"
rhel_9.4_nightly_bib..use_config_json..tls_verify_enable:
roofs = ""
Expand Down Expand Up @@ -220,10 +220,10 @@
output_sub_folder = "vpc"
output_name = "disk.vhd"
no s390-virtio
only upstream_bib, rhel_9.5_nightly_bib
only upstream_bib, rhel_9.6_nightly_bib, rhel_10.0_bib
- gce:
disk_image_type = "gce"
output_sub_folder = "gce"
output_name = "image.tar.gz"
no s390-virtio
only upstream_bib, rhel_9.5_nightly_bib
only upstream_bib, rhel_9.6_nightly_bib, rhel_10.0_bib
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- centos10:
container_url = "quay.io/centos-bootc/centos-bootc:stream10"
only efi
only upstream_bib, rhel_9.5_nightly_bib, rhel_9.6_nightly_bib, rhel_9.4_nightly_bib
only upstream_bib, rhel_10.0_bib, rhel_9.6_nightly_bib, rhel_9.4_nightly_bib
roofs = "ext4"
rhel_9.4_nightly_bib:
roofs = ""
Expand Down Expand Up @@ -228,10 +228,10 @@
output_sub_folder = "vpc"
output_name = "disk.vhd"
no s390-virtio
only upstream_bib, rhel_9.5_nightly_bib
only upstream_bib, rhel_9.6_nightly_bib, rhel_10.0_bib
- gce:
disk_image_type = "gce"
output_sub_folder = "gce"
output_name = "image.tar.gz"
no s390-virtio
only upstream_bib, rhel_9.5_nightly_bib
only upstream_bib, rhel_9.6_nightly_bib, rhel_10.0_bib

0 comments on commit b2754af

Please sign in to comment.