]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFuser/marcel/mkimg:
authormarcel <marcel@FreeBSD.org>
Thu, 15 May 2014 19:19:57 +0000 (19:19 +0000)
committermarcel <marcel@FreeBSD.org>
Thu, 15 May 2014 19:19:57 +0000 (19:19 +0000)
commit1e7c9712cd4e0f5a5967f6a78701a10575f66e39
tree815a694a606913528c7842ee670051627d28f709
parent38ad38a804640c2e353bf2f34a23b2831220f0e4
parent23d837746dbf12563ff632a1a6d38ec3026193e7
MFuser/marcel/mkimg:
Add support for different output formats:
1.  The output file that was previously written is now called the raw format.
2.  Add the vmdk output format to create VMDK images.

When the format is not given, the raw output format is assumed.
19 files changed:
usr.bin/mkimg/Makefile
usr.bin/mkimg/apm.c
usr.bin/mkimg/bsd.c
usr.bin/mkimg/ebr.c
usr.bin/mkimg/format.c
usr.bin/mkimg/format.h
usr.bin/mkimg/gpt.c
usr.bin/mkimg/image.c
usr.bin/mkimg/image.h
usr.bin/mkimg/mbr.c
usr.bin/mkimg/mkimg.1
usr.bin/mkimg/mkimg.c
usr.bin/mkimg/mkimg.h
usr.bin/mkimg/pc98.c
usr.bin/mkimg/raw.c
usr.bin/mkimg/scheme.c
usr.bin/mkimg/scheme.h
usr.bin/mkimg/vmdk.c
usr.bin/mkimg/vtoc8.c