summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r284269, r284270, r284655, r284656, r284658:marcel2015-06-241-1/+1
| | | | | | | | | | VHD fixes for Microsoft Azure: 1. Round the image size to the VHD geometry and then round to a multiple of 1MB. 2. Change the creator OS from "FBSD" to "Wi2k". It matters... 3. Bump the VHD tool version and the mkimg version. Approved by: re (gjb)
* MFC 279125, 279126, 279128, 279139:marcel2015-06-171-1/+1
| | | | | Add the -c option for specifying the capacity of the disk image. Bump the version to 20150222.
* MFC r275721:marcel2014-12-281-1/+1
| | | | | | | The size of the first level reference count table is given in terms of the number of clusters it occupies. Bump the version number of mkimg.
* MFC r272485: Fill cyclinder, head and sector fields for the EBR,marcel2014-10-081-1/+3
| | | | | | MBR and PC98 schemes. Requested by: gjb
* MFC 272384:marcel2014-10-081-1/+1
| | | | | | Improve performance of mking(1). Requested by: gjb
* MFC 272198, 272217:marcel2014-10-081-0/+2
| | | | | | | | | Add 3 long options (--version, --formats & --schemes) for getting information about mkimg itself. Requested by: gjb Relnotes: yes
* MFC 271965, 272072, 272086: Add QCOW v1 & v2 supportmarcel2014-10-081-0/+1
| | | | | | Requested by: gjb Relnotes: yes
* MFC r268236,268264,268524,268646,268802,269021:marcel2014-07-281-0/+1
| | | | | | | | 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
* MFC mkimg(1) -- revisions 268159, 268134, 266556, 266514, 266513,marcel2014-07-021-0/+31
266512, 266511, 266510, 266509, 266176, 265468, 265467, 265462, 265170, 263926, 263924, 263923, 263919 and 263918. Revision 267182 changed mkimg.1 alongside other unrelated manpages. The change to mkimg.1 has been applied without registering a merge of the revision. This allows a future merge of r267182 to happen. Relnotes: yes
OpenPOWER on IntegriCloud