Make linux optional as all other configs.
[syslinux-debian/hramrach.git] / debian / manpages / isohybrid.pl.1
blobefec278a231bda96f915689d1f4e5ac3941613b3
1 .TH ISOHYBRID.PL 1 2013\-01\-28 5.00 "Syslinux Project"
3 .SH NAME
4 \fBisohybrid.pl\fR \- Postprocess ISO images for hybrid mode (Perl)
6 .SH SYNOPSIS
7 \fBisohybrid.pl\fR [\fIOPTIONS]\fR \fIIMAGE\fR
9 .SH DESCRIPTION
10 Starting in version 3.72, ISOLINUX supports a "hybrid mode" which can be booted from either CD-ROM or from a device which BIOS considers a hard disk or ZIP disk, e.g. a USB key or similar.
11 .PP
12 To enable this mode, the .iso image needs to be postprecessed with this utility.
13 .PP
14 Note: isohybrid.pl is a Perl script, a C implementation of the same utility is
15 available as isohybrid(1).
17 .SH OPTIONS
18 .IP "\-h" 4
19 Number of default geometry heads.
20 .IP "\-s" 4
21 Number of default geometry sectors.
22 .IP "\-entry" 4
23 Specify partition entry number (1-4).
24 .IP "\-offset" 4
25 Specify partition offset (default 0).
26 .IP "\-type" 4
27 Specify partition type (default 0x17).
28 .IP "\-id" 4
29 Specify MBR ID (default random).
30 .IP "\-forcehd0" 4
31 Always assume we are loaded as disk ID 0.
32 .IP "\-ctrlhd0" 4
33 Assume disk ID 0 if the Ctrl key is pressed.
34 .IP "\-partok" 4
35 Allow booting from within a partition.
37 .SH SEE ALSO
38 \fIsyslinux\fR(1)
40 .SH HOMEPAGE
41 More information about the Syslinux project can be found on the homepage at <\fIhttp://www.syslinux.org/\fR>.
43 .SH AUTHOR
44 isohybrid.pl was written by H. Peter Anvin <\fIhpa@zytor.com\fR>.
45 .PP
46 This manual page was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.