Comment out some currently unimplemented options, and add a few descriptions

for others (from Daniel Watt).
This commit is contained in:
fvdl 2005-08-13 02:03:48 +00:00
parent 3550dc9861
commit 36825d8853
1 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: makefs.8,v 1.15 2005/08/13 01:53:01 fvdl Exp $ .\" $NetBSD: makefs.8,v 1.16 2005/08/13 02:03:48 fvdl Exp $
.\" .\"
.\" Copyright (c) 2001-2003 Wasabi Systems, Inc. .\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -286,20 +286,20 @@ The following keywords are supported:
.Bl -tag -width omit-trailing-period -offset indent -compact .Bl -tag -width omit-trailing-period -offset indent -compact
.It Sy allow-deep-trees .It Sy allow-deep-trees
Allow the directory structure to exceed the maximum specified in the spec. Allow the directory structure to exceed the maximum specified in the spec.
.It Sy allow-illegal-chars .\" .It Sy allow-illegal-chars
Unknown .\" Unknown
.It Sy allow-lowercase .\" .It Sy allow-lowercase
Unknown .\" Unknown
.It Sy allow-max-name .It Sy allow-max-name
Unknown Allow 37 instead of 33 characters for filenames by omitting the version id.
.It Sy allow-multidot .It Sy allow-multidot
Unknown Allow multiple dots in a filename.
.It Sy applicationid .It Sy applicationid
Application ID of the image Application ID of the image
.It Sy boot-load-segment .It Sy boot-load-segment
Unknown Set load segment for the boot image.
.It Sy boot-load-size .It Sy boot-load-size
Unknown Set numbers of load sectors for the booot image.
.It Sy bootimage .It Sy bootimage
Filename of a boot image in the format sysid;filename, where sysid is one Filename of a boot image in the format sysid;filename, where sysid is one
of of
@ -309,20 +309,20 @@ of
or or
.Ql ppc .Ql ppc
.It Sy hard-disk-boot .It Sy hard-disk-boot
Unknown (HD image boot? That requires a HD image, though). Boot image is a hard disk image.
.It Sy keep-bad-images .It Sy keep-bad-images
Don't throw away images whose write was aborted due to an error. For debugging Don't throw away images whose write was aborted due to an error. For debugging
purposes. purposes.
.It Sy label .It Sy label
Label name of the image Label name of the image
.It Sy no-boot .It Sy no-boot
Unknown Boot image is not bootable.
.It Sy no-emul-boot .It Sy no-emul-boot
Use the "no emulation" ElTorito boot option. Boot image is a "no emulation" ElTorito image.
.It Sy no-trailing-padding .It Sy no-trailing-padding
Unknown Do not pad the image (apparently Linux needs the padding).
.It Sy omit-trailing-period .\" .It Sy omit-trailing-period
Unknown .\" Unknown
.It Sy preparer .It Sy preparer
Preparer ID of the image Preparer ID of the image
.It Sy publisher .It Sy publisher