Skip to content

Commit 9f1ca6f

Browse files
committed
image format
1 parent a77f550 commit 9f1ca6f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ A simple VM lifecycle manager for macOS and Linux.
1616
1. abstraction of complex arguments required for configuring VMs
1717
1. abstraction of running Linux and macOS VMs
1818

19+
## Image Format
20+
21+
`beef` supports raw disk images only (`.raw`, `.img`). QCOW2, VMDK, and other formats are not supported.
22+
23+
You can convert other formats to raw using `qemu-img`:
24+
```bash
25+
qemu-img convert -f qcow2 -O raw input.qcow2 output.raw
26+
```
27+
1928
## Setup
2029

2130
### macOS

0 commit comments

Comments
 (0)