distro/rhel85: tar-installer -> image-installer
Renamed tar-installer to image-installer. This is a more appropriate name: - It disassociates the image type from the "tar" image type. The two should not be perceived to be connected. - It's more descriptive. The format of the payload (tar) isn't relevant to the purpose of the image type.
This commit is contained in:
parent
e171977d09
commit
ab264abd76
6 changed files with 10 additions and 10 deletions
|
|
@ -240,11 +240,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"tar-installer": {
|
||||
"image-installer": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
"arch": "",
|
||||
"image-type": "tar-installer",
|
||||
"image-type": "image-installer",
|
||||
"repositories": [],
|
||||
"filename": "installer.iso",
|
||||
"blueprint": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue