Lines Matching +full:image +full:- +full:specific
3 .\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
21 .\" or promote products derived from this software without specific prior
41 .Nd create a file system image from a directory tree or a mtree manifest
46 .Op Fl b Ar free-blocks
47 .Op Fl d Ar debug-mask
48 .Op Fl F Ar mtree-specfile
49 .Op Fl f Ar free-files
50 .Op Fl M Ar minimum-size
51 .Op Fl m Ar maximum-size
52 .Op Fl N Ar userdb-dir
54 .Op Fl o Ar fs-options
55 .Op Fl R Ar roundup-size
56 .Op Fl S Ar sector-size
57 .Op Fl s Ar image-size
59 .Op Fl t Ar fs-type
60 .Ar image-file
62 .Op Ar extra-directory ...
66 creates a file system image into
67 .Ar image-file
73 .Ar extra-directory
80 .Ar image-file .
84 .Bl -tag -width flag
86 Set the byte order of the image to
101 .It Fl b Ar free-blocks
103 .Ar free-blocks
104 free blocks exist in the image.
108 .Ar free-blocks
109 indicates a percentage of the calculated image size.
114 .It Fl d Ar debug-mask
117 .Ar debug-mask .
119 .Ar debug-mask
124 .It Fl F Ar mtree-specfile
126 To create an image from a list of files in an mtree format manifest,
132 .Ar mtree-specfile
137 This option has no effect when the image is created from a mtree manifest
151 Otherwise, the entry will be created in the image, and it is
172 Missing regular file entries will be created as zero-length files.
173 .It Fl f Ar free-files
175 .Ar free-files
176 free files (inodes) exist in the image.
180 .Ar free-files
181 indicates a percentage of the calculated image size.
182 .It Fl M Ar minimum-size
183 Set the minimum size of the file system image to
184 .Ar minimum-size .
185 .It Fl m Ar maximum-size
186 Set the maximum size of the file system image to
187 .Ar maximum-size .
190 .It Fl N Ar userdb-dir
196 .Ar userdb-dir ,
209 .It Fl o Ar fs-options
210 Set file system specific options.
211 .Ar fs-options
213 Valid file system specific options are detailed below.
221 .It Fl R Ar roundup-size
222 Round the image up to
223 .Ar roundup-size .
224 .Ar roundup-size
229 .It Fl S Ar sector-size
231 .Ar sector-size .
234 .It Fl s Ar image-size
235 Set the size of the file system image to
236 .Ar image-size .
247 .Ar image-size
268 .It Fl t Ar fs-type
270 .Ar fs-type
271 file system image.
273 .Bl -tag -width cd9660 -offset indent
296 .Bl -tag -width 3n -offset indent -compact
312 .Ss FFS-specific options
314 images have ffs-specific optional parameters that may be provided.
320 .Bl -tag -width optimization -offset indent -compact
335 Label name of the image.
355 .Ss CD9660-specific options
357 images have ISO9660-specific optional parameters that may be
364 .Bl -tag -width omit-trailing-period -offset indent -compact
365 .It Sy allow-deep-trees
368 .It Sy allow-illegal-chars
371 .It Sy allow-lowercase
374 .It Sy allow-max-name
377 .It Sy allow-multidot
380 Application ID of the image.
382 Boot image directory.
384 .It Sy chrp-boot
385 Write an MBR partition table to the image to allow older CHRP hardware to
387 .It Sy boot-load-segment
388 Set load segment for the boot image.
390 Filename of a boot image in the format
401 .It Sy generic-bootimage
402 Load a generic boot image into the first 32K of the cd9660 image.
403 .It Sy hard-disk-boot
404 Boot image is a hard disk image.
415 .It Sy keep-bad-images
419 Label name of the image.
420 .It Sy no-boot
421 Boot image is not bootable.
422 .It Sy no-emul-boot
423 Boot image is a
425 ElTorito image.
426 .It Sy no-trailing-padding
427 Do not pad the image (apparently Linux needs the padding).
428 .It Sy omit-trailing-period
431 Set platform ID of section header entry of the boot image.
433 Preparer ID of the image.
435 Publisher ID of the image.
441 Volume set identifier of the image.
443 .Ss msdos-specific options
445 images have MS-DOS-specific optional parameters that may be
454 .Bl -tag -width omit-trailing-period -offset indent -compact
504 .Ss zfs-specific options
505 The image created by
518 .Xr zpool-reguid 8
533 .Bl -tag -width omit-trailing-period -offset indent -compact
535 The base-2 logarithm of the minimum block size.
548 the image will be auto-expanded upon first use.
550 .It verify-txgs
554 Use the specified 64-bit integer as the pool GUID.
601 .Bl -tag -compact -offset indent
611 does not implement compression of files included in the image,
624 .Xr zpool-reguid 8
641 .An Alan Perez-Rathke ,