Skip to content

Commit 389e18a

Browse files
authored
Merge pull request #260 from open-edge-platform/stevenhoenisch-rmv-vhd-img-formats
Quick README.md update to remove vhd and img image formats.
2 parents 2ce0ce1 + 0ac0f9c commit 389e18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ target:
303303
os: azure-linux # Target OS name
304304
dist: azl3 # Target OS distribution
305305
arch: x86_64 # Target OS architecture
306-
imageType: raw # Image type: raw, iso, img, vhd
306+
imageType: raw # Image type: raw, iso
307307

308308
systemConfigs:
309309
- name: edge
@@ -340,7 +340,7 @@ Defines the target OS and image configuration:
340340
- `os`: Target OS (`azure-linux`, `emt`, and `elxr`)
341341
- `dist`: Distribution identifier (`azl3`, `emt3`, and `elxr12`)
342342
- `arch`: Target architecture (`x86_64`and `aarch64`)
343-
- `imageType`: Output format (`raw`, `iso`, `img`, and `vhd`)
343+
- `imageType`: Output format (`raw`, `iso`)
344344

345345
##### 3. `systemConfigs`
346346

0 commit comments

Comments
 (0)