File: isohybrid.1

package info (click to toggle)
syslinux 3%3A6.03%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 41,220 kB
  • sloc: ansic: 358,747; asm: 9,606; pascal: 4,809; perl: 3,894; makefile: 2,488; sh: 324; python: 266; xml: 39
file content (64 lines) | stat: -rw-r--r-- 1,354 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.TH isohybrid 1 "17 Jan 2014" "isohybrid"
.SH "NAME"
isohybrid \(em Post-process an ISO 9660 image for booting as a hard disk.
.SH "SYNOPSIS"
.B isohybrid
[\fBOPTIONS\fP]
.I <boot.iso>
.SH "DESCRIPTION"
.PP
The \fBisohybrid\fR utility modifies 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 geometry heads (default 64)
.TP
\fB-s\fR \fI<X>\fR
.br
Number of geometry sectors (default 32)
.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 partition type (default 0x17)
.TP
\fB-i\fR \fI<X>\fR, \fB--id\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)