aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2014-02-01 07:01:36 -0500
committerGene Cumm <gene.cumm@gmail.com>2014-02-01 07:10:12 -0500
commit144d3647db9d15b025b419e69ffc7a3868064d5a (patch)
tree504b831af001a57ac2bc2a9ef43d6feaa299813a
parent374a37434fa11bdc95e0bc243aadb7de36bbbf43 (diff)
downloadsyslinux-144d3647db9d15b025b419e69ffc7a3868064d5a.tar.gz
syslinux-144d3647db9d15b025b419e69ffc7a3868064d5a.tar.xz
syslinux-144d3647db9d15b025b419e69ffc7a3868064d5a.zip
Add manpages for isohybrid, memdiskfind
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--man/isohybrid.161
-rw-r--r--man/memdiskfind.110
2 files changed, 71 insertions, 0 deletions
diff --git a/man/isohybrid.1 b/man/isohybrid.1
new file mode 100644
index 00000000..21e7a347
--- /dev/null
+++ b/man/isohybrid.1
@@ -0,0 +1,61 @@
+.TH isohybrid 1 "17 Jan 2014" "isohybrid"
+.SH "NAME"
+isohybrid \(em Post-process an ISO 9660 image generated with mkisofs or
+genisoimage to allow hybrid booting as a CD-ROM or as a hard disk.
+.SH "SYNOPSIS"
+.B isohybrid
+[\fBOPTIONS\fP]
+.I <boot.iso>
+.SH "DESCRIPTION"
+.PP
+The \fBisohybrid\fR utility modifies a an ISO 9660 image generated with
+mkisofs, genisoimage, or compatible utilities, to be bootable as a CD-ROM or
+as a hard disk.
+.SH "OPTIONS"
+.TP
+\fB-h\fR \fI<X>\fR\fN
+.br
+Number of default geometry heads
+.TP
+\fB-s\fR \fI<X>\fR
+.br
+Number of default geometry sectors
+.TP
+\fB-e\fR \fI<X>\fR, \fB--entry\fR \fI<X>\fR
+Specify parititon entry number (1-4)
+.TP
+\fB-o\fR \fI<X>\fR, \fB--offset\fR \fI<X>\fR
+.br
+Specify partition offset (default 0)
+.TP
+\fB-t\fR \fI<X>\fR, \fB--type\fR \fI<X>\fR
+.br
+Specify MBR ID (default random)
+.TP
+\fB-u\fR, \fB--uefi\fB
+Build EFI bootable image
+.TP
+\fB-m\fR, \fB--mac\fB
+Add Apple File Protocol partition table support
+.TP
+\fB--forcehd0\fR
+Assume we are laoded as disk ID 0
+.TP
+\fB--ctrlhd0\fR
+Assume disk ID 0 if the Ctrl key is pressed
+.TP
+\fB--partok\fR
+Allow booting from within a partition
+.TP
+\fB-?\fR, \fB--help\fR
+Display help
+.TP
+\fB-v\fR, \fB--verbose\fR
+Display verbose output
+.TP
+\fB-V\fR, \fB--version\fR
+Display version information
+
+.SH "SEE ALSO"
+.PP
+\fBmkisofs\fR(1)
diff --git a/man/memdiskfind.1 b/man/memdiskfind.1
new file mode 100644
index 00000000..f0d677cc
--- /dev/null
+++ b/man/memdiskfind.1
@@ -0,0 +1,10 @@
+.TH memdiskfind 1 "17 Jan 2014" "memdiskfind"
+.SH "NAME"
+memdiskfind \(em Simple utility to find a resident \fBmemdisk\fR instance.
+.SH "SYNOPSIS"
+.B memdiskfind
+.SH "DESCRIPTION"
+.PP
+The \fBmemdiskfind\fR utility searches memory for a \fBmemdisk\fR instance,
+and, if found, outputs the parameters needed to use the \fphram\fR driver in
+Linux to map it.