From 144d3647db9d15b025b419e69ffc7a3868064d5a Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Sat, 1 Feb 2014 07:01:36 -0500 Subject: [PATCH] Add manpages for isohybrid, memdiskfind Signed-off-by: Peter Jones --- man/isohybrid.1 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ man/memdiskfind.1 | 10 +++++++++ 2 files changed, 71 insertions(+) create mode 100644 man/isohybrid.1 create mode 100644 man/memdiskfind.1 diff --git a/man/isohybrid.1 b/man/isohybrid.1 new file mode 100644 index 0000000..21e7a34 --- /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 +.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\fR\fN +.br +Number of default geometry heads +.TP +\fB-s\fR \fI\fR +.br +Number of default geometry sectors +.TP +\fB-e\fR \fI\fR, \fB--entry\fR \fI\fR +Specify parititon entry number (1-4) +.TP +\fB-o\fR \fI\fR, \fB--offset\fR \fI\fR +.br +Specify partition offset (default 0) +.TP +\fB-t\fR \fI\fR, \fB--type\fR \fI\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 0000000..f0d677c --- /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. -- 2.7.4