Lines Matching +full:boot +full:- +full:partitions
40 .Op Fl -capacity Ar capacity
48 .Fl -formats | Fl -schemes | Fl -version
69 The disk image can be made bootable by specifying the scheme-specific boot
74 with a boot partition.
75 The contents of such a boot partition is provided like any other partition
78 utility does not treat it any differently from other partitions.
110 partitions and to round the size of the disk image.
123 option, but without specifying any partitions.
124 When the size required for all the partitions is larger than the
131 If the combined sizes of the given partitions exceed the size given with
136 .Fl -capacity
165 will only mark the first partition as active when boot code is
174 No partitions are marked active when the value is 0.
185 .Fl -version
188 .Fl -formats
191 .Fl -schemes
193 Both the format and scheme lists a space-separated lists for easy handling
197 output format, or for a detailed description of how to specify partitions,
262 VHDX is the required format for the 2nd generation Hyper-V VMs.
297 .Bd -literal -offset indent
300 .Bl -tag -width indent
302 the partition type alias (f.e.: freebsd-swap)
310 .Bl -tag -width indent
319 .It Cm '-'
322 Multi-word strings should be quoted according to the shell rules.
328 .Bl -tag -width "TMPDIR" -compact
340 .Dl % mkimg -s gpt -b /boot/pmbr -p freebsd-boot:=/boot/gptboot \
341 -p freebsd-ufs:=root-file-system.ufs -p freebsd-swap::1G \
358 .Dl % mkimg -s bsd -b /boot/boot -p freebsd-ufs:=root-file-system.ufs \
359 -p freebsd-swap::1G -o /tmp/bsd.img
360 .Dl % mkimg -s mbr -b /boot/mbr -p freebsd:=/tmp/bsd.img -o mbr-bsd.img
369 .Dl % mkimg -s mbr -b /boot/mbr -p freebsd:-'mkimg -s bsd -b /boot/boot \
370 -p freebsd-ufs:=root-file-system.ufs -p freebsd-swap::1G' -o mbr-bsd.img
372 To accommodate the need to have partitions named or numbered in a certain
375 utility allows for the specification of empty partitions.
387 .Dl % mkimg -s bsd -b /boot/boot -p freebsd-ufs:=root-file-system.ufs \
388 -p freebsd-swap::20M -p- -p- -p- -p- -p freebsd-ufs:=usr-file-system.ufs \
393 utility supports assigning labels to the partitions specified.
395 .Dl % mkimg -s gpt -p freebsd-ufs/backup:=file-system.ufs -o gpt.img