]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268236,268264,268524,268646,268802,269021:
authormarcel <marcel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Jul 2014 02:07:16 +0000 (02:07 +0000)
committermarcel <marcel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Jul 2014 02:07:16 +0000 (02:07 +0000)
commit2f4aba9b23ce809adb61729848560e40a90faf52
tree66e64f422d8c9a6302c783fe4783cf8ee5e22044
parentab08991ad5b3cf005931b1950ea8f95b4f12fb92
MFC r268236,268264,268524,268646,268802,269021:
This brings VHD support to mkimg(1); both dynamic and fixed file formats.
Dynamic VHD and VMDK file images are now sparsely written, meaning that
"free" sectors do not occupy space.

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@269177 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/mkimg/Makefile
usr.bin/mkimg/apm.c
usr.bin/mkimg/gpt.c
usr.bin/mkimg/image.c
usr.bin/mkimg/image.h
usr.bin/mkimg/mkimg.1
usr.bin/mkimg/mkimg.c
usr.bin/mkimg/mkimg.h
usr.bin/mkimg/raw.c
usr.bin/mkimg/vhd.c [new file with mode: 0644]
usr.bin/mkimg/vmdk.c