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 7, 2025
1 parent bec99d8 commit 254efb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -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 @@ -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 254efb2

Please sign in to comment.