diff --git a/fedora-atomic.conf b/fedora-atomic.conf index fd02d6d..691905b 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -185,6 +185,7 @@ image_volid_formats = [ image_volid_layered_product_formats = [] # Replace 'Cloud' with 'C' in volume id etc. volume_id_substitutions = { + 'Atomic': 'AH', 'Rawhide': 'rawh', 'Images': 'img', 'MATE_Compiz': 'MATE', diff --git a/fedora-cloud.conf b/fedora-cloud.conf index eb1f914..0c6adde 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -185,6 +185,7 @@ image_volid_formats = [ image_volid_layered_product_formats = [] # Replace 'Cloud' with 'C' in volume id etc. volume_id_substitutions = { + 'Atomic': 'AH', 'Rawhide': 'rawh', 'Images': 'img', 'MATE_Compiz': 'MATE', diff --git a/fedora-docker.conf b/fedora-docker.conf index 9d3c377..e2eca2a 100644 --- a/fedora-docker.conf +++ b/fedora-docker.conf @@ -174,6 +174,7 @@ image_volid_formats = [ image_volid_layered_product_formats = [] # Replace 'Cloud' with 'C' in volume id etc. volume_id_substitutions = { + 'Atomic': 'AH', 'Rawhide': 'rawh', 'Images': 'img', 'MATE_Compiz': 'MATE', diff --git a/fedora-modular.conf b/fedora-modular.conf index ad996c8..33231f8 100644 --- a/fedora-modular.conf +++ b/fedora-modular.conf @@ -110,6 +110,7 @@ image_volid_formats = [ image_volid_layered_product_formats = [] # Replace 'Cloud' with 'C' in volume id etc. volume_id_substitutions = { + 'Atomic': 'AH', 'Rawhide': 'rawh', 'Images': 'img', 'MATE_Compiz': 'MATE', diff --git a/fedora.conf b/fedora.conf index bb63cef..0904c8f 100644 --- a/fedora.conf +++ b/fedora.conf @@ -235,6 +235,7 @@ image_volid_formats = [ image_volid_layered_product_formats = [] # Replace 'Cloud' with 'C' in volume id etc. volume_id_substitutions = { + 'Atomic': 'AH', 'Rawhide': 'rawh', 'Images': 'img', 'MATE_Compiz': 'MATE',