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
42 .Nd create a file system image from a directory tree or a mtree manifest
47 .Op Fl b Ar free-blocks
48 .Op Fl d Ar debug-mask
49 .Op Fl F Ar mtree-specfile
50 .Op Fl f Ar free-files
51 .Op Fl M Ar minimum-size
52 .Op Fl m Ar maximum-size
53 .Op Fl N Ar userdb-dir
55 .Op Fl o Ar fs-options
56 .Op Fl R Ar roundup-size
57 .Op Fl S Ar sector-size
58 .Op Fl s Ar image-size
60 .Op Fl t Ar fs-type
61 .Ar image-file
63 .Op Ar extra-directory ...
67 creates a file system image into
68 .Ar image-file
74 .Ar extra-directory
81 .Ar image-file .
85 .Bl -tag -width flag
87 Set the byte order of the image to
102 .It Fl b Ar free-blocks
104 .Ar free-blocks
105 free blocks exist in the image.
109 .Ar free-blocks
110 indicates a percentage of the calculated image size.
115 .It Fl d Ar debug-mask
118 .Ar debug-mask .
120 .Ar debug-mask
125 .It Fl F Ar mtree-specfile
127 To create an image from a list of files in an mtree format manifest,
133 .Ar mtree-specfile
138 This option has no effect when the image is created from a mtree manifest
152 Otherwise, the entry will be created in the image, and it is
173 Missing regular file entries will be created as zero-length files.
174 .It Fl f Ar free-files
176 .Ar free-files
177 free files (inodes) exist in the image.
181 .Ar free-files
182 indicates a percentage of the calculated image size.
183 .It Fl M Ar minimum-size
184 Set the minimum size of the file system image to
185 .Ar minimum-size .
186 .It Fl m Ar maximum-size
187 Set the maximum size of the file system image to
188 .Ar maximum-size .
191 .It Fl N Ar userdb-dir
197 .Ar userdb-dir ,
210 .It Fl o Ar fs-options
211 Set file system specific options.
212 .Ar fs-options
214 Valid file system specific options are detailed below.
222 .It Fl R Ar roundup-size
223 Round the image up to
224 .Ar roundup-size .
225 .Ar roundup-size
230 .It Fl S Ar sector-size
232 .Ar sector-size .
235 .It Fl s Ar image-size
236 Set the size of the file system image to
237 .Ar image-size .
248 .Ar image-size
265 .It Fl t Ar fs-type
267 .Ar fs-type
268 file system image.
270 .Bl -tag -width cd9660 -offset indent
293 .Bl -tag -width 3n -offset indent -compact
309 .Ss FFS-specific options
311 images have ffs-specific optional parameters that may be provided.
317 .Bl -tag -width optimization -offset indent -compact
332 Label name of the image.
352 .Ss CD9660-specific options
354 images have ISO9660-specific optional parameters that may be
361 .Bl -tag -width omit-trailing-period -offset indent -compact
362 .It Sy allow-deep-trees
365 .It Sy allow-illegal-chars
368 .It Sy allow-lowercase
371 .It Sy allow-max-name
374 .It Sy allow-multidot
377 Application ID of the image.
379 Boot image directory.
381 .It Sy chrp-boot
382 Write an MBR partition table to the image to allow older CHRP hardware to
384 .It Sy boot-load-segment
385 Set load segment for the boot image.
387 Filename of a boot image in the format
398 .It Sy generic-bootimage
399 Load a generic boot image into the first 32K of the cd9660 image.
400 .It Sy hard-disk-boot
401 Boot image is a hard disk image.
412 .It Sy keep-bad-images
416 Label name of the image.
417 .It Sy no-boot
418 Boot image is not bootable.
419 .It Sy no-emul-boot
420 Boot image is a
422 ElTorito image.
423 .It Sy no-trailing-padding
424 Do not pad the image (apparently Linux needs the padding).
425 .It Sy omit-trailing-period
428 Set platform ID of section header entry of the boot image.
430 Preparer ID of the image.
432 Publisher ID of the image.
438 Volume set identifier of the image.
440 .Ss msdos-specific options
442 images have MS-DOS-specific optional parameters that may be
451 .Bl -tag -width omit-trailing-period -offset indent -compact
501 .Ss zfs-specific options
502 The image created by
515 .Xr zpool-reguid 8
530 .Bl -tag -width omit-trailing-period -offset indent -compact
532 The base-2 logarithm of the minimum block size.
545 the image will be auto-expanded upon first use.
547 .It verify-txgs
592 .Bl -tag -compact -offset indent
608 .Xr zpool-reguid 8
625 .An Alan Perez-Rathke ,