distro/rhel8: remove outdated comment

This commit is contained in:
Achilleas Koutsou 2023-02-07 16:41:23 +01:00 committed by Tomáš Hozza
parent 18ef5ae32d
commit 5b4e77797c

View file

@ -58,7 +58,6 @@ func azureByosImgType() imageType {
filename: "disk.vhd",
mimeType: "application/x-vhd",
packageSets: map[string]packageSetFunc{
// the ec2 buildroot is required due to the cloud-init stage and dependency on YAML
osPkgsKey: azurePackageSet,
},
defaultImageConfig: defaultAzureByosImageConfig.InheritFrom(defaultAzureImageConfig),
@ -80,7 +79,6 @@ func azureImgType() imageType {
filename: "disk.vhd",
mimeType: "application/x-vhd",
packageSets: map[string]packageSetFunc{
// the ec2 buildroot is required due to the cloud-init stage and dependency on YAML
osPkgsKey: azurePackageSet,
},
defaultImageConfig: defaultAzureImageConfig,