Add partitions extensions

* Add the common `img` for partition.  Add the Fast Virtual Disk `fvd`
used by QEMU.  Add the Virtual Disk Image `vdi` used by VirtualBox.
Add the Virtual Hard Disk `vhd` or `vhdx` used by Hyper-V.  Add the
Virtual Floppy Disk `vfd` also used by Hyper-V.
This commit is contained in:
Etienne Prud’homme 2022-01-05 18:46:40 -05:00
parent 613f108323
commit 2402dfac27
No known key found for this signature in database
GPG Key ID: 1BF38BFA3390A95A
1 changed files with 6 additions and 0 deletions

View File

@ -582,12 +582,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
# }}}
# partition images {{{2
.iso 38;5;124
.img 38;5;124
.bin 38;5;124
.nrg 38;5;124
.qcow 38;5;124
.fvd 38;5;124
.sparseimage 38;5;124
.toast 38;5;124
.vcd 38;5;124
.vdi 38;5;124
.vhd 38;5;124
.vhdx 38;5;124
.vfd 38;5;124
.vmdk 38;5;124
# }}}
# databases {{{2