Skip to content

Commit

Permalink
Fix RHEL 8.4 for SAP build (doesn't build correctly with nvme). (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Marano authored Nov 6, 2024
1 parent 8f9de6e commit 1f598f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"kickstart_config": "./kickstart/rhel_8_4_sap.cfg",
"google_cloud_repo": "${google_cloud_repo}",
"installer_iso": "${installer_iso}",
"machine_type": "e2-standard-4",
"rhel_sap": "true"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"kickstart_config": "./kickstart/rhel_8_4_sap_byos.cfg",
"google_cloud_repo": "${google_cloud_repo}",
"installer_iso": "${installer_iso}",
"machine_type": "e2-standard-4",
"rhel_sap": "true",
"rhel_byos": "true"
}
Expand Down

0 comments on commit 1f598f9

Please sign in to comment.