Skip to content

Commit 3c7e4de

Browse files
author
Mitchell Levy
committed
Fix qemu-image format casing
1 parent 3cc6229 commit 3c7e4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you prefer, you can also build the modules VHDX manually as follows:
6060
`sudo cp -r "$PWD/modules/lib/modules/$(make -s kernelrelease)"/* "$PWD/modules_img" && sudo umount "$PWD/modules_img"`
6161

6262
5. Convert the img to VHDX:
63-
`qemu-img convert -O VHDX "$PWD/modules.img" "$PWD/modules.vhdx"`
63+
`qemu-img convert -O vhdx "$PWD/modules.img" "$PWD/modules.vhdx"`
6464

6565
6. Clean up:
6666
`rm modules.img # optionally $PWD/modules dir and the now-empty $PWD_modules_img dir too`

0 commit comments

Comments
 (0)