patch: make *outfile extern
[platform/upstream/cdrkit.git] / genisoimage / apple_driver.8
1 '\" te
2 .\" To print, first run through tbl
3 .TH APPLE_DRIVER 8 "18 May 1998" "Version 1.0"
4 .SH NAME
5 apple_driver \- extract Macintosh partition label, maps and boot driver
6 .SH SYNOPSIS
7 .B apple_driver
8 CDROM_device > HFS_driver_file
9 .SH DESCRIPTION
10 .I Apple_driver
11 extracts the information from an Apple (or compatible) CD-ROM required
12 for the
13 .I \-hfs-boot-file
14 option to
15 .IR mkhybrid (1). 
16 .PP
17 The 
18 .I CDROM_device
19 is the device name used by the CD-ROM (e.g. /dev/cdrom).
20 .PP
21 The format of the HFS driver file is:
22 .PP
23 .TS
24 l l .
25 HFS CD Label Block      512 bytes
26 Driver Partition Map (for 2048 byte blocks)     512 bytes
27 Driver Partition Map (for 512 byte blocks)      512 bytes
28 Empty   512 bytes
29 Driver Partition        N x 2048 bytes
30 HFS Partition Boot Block        1024 bytes
31 .TE
32 .PP
33 The Perl script
34 .I hdisk.pl
35 can be used to give a listing of what's on a Mac CD. hdisk.pl is part of
36 hfsutils.
37 .SH NOTE
38 By using a driver from an Apple CD and copying Apple software to your CD,
39 you become liable to obey Apple Computer, Inc. Software License Agreements.
40
41 .SH SEE\ ALSO
42 .IR mkhybrid (1)
43 .SH PROGRAMMER
44 James Pearson (j.pearson@ge.ucl.ac.uk) 18/5/98
45 .PP
46 The driver code (both extracting the driver and creating partitions etc.
47 is based on code from 
48 .I genisoimage 1.05 PLUS
49 by Andy Polyakov <appro@fy.chalmers.se>
50 (see http://fy.chalmers.se/~appro/genisoimage_plus.html)
51 .PP
52 This manpage describes the program implementation of
53 .B
54 apple_driver
55 as shipped by the cdrkit distribution. See
56 .B
57 http://alioth.debian.org/projects/debburn/
58 for details. It is a spinof from the original program distributed by the cdrtools project. However, the cdrtools developers are not involved in the development of this spinoff and therefore shall not be made responsible for any problem caused by it. Do not try to get support for this program by contacting the original authors.
59 .PP
60 If you have support questions, send them to
61 .PP
62 .B
63 debburn-devel@lists.alioth.debian.org
64 .br
65 .PP
66 If you have definitely found a bug, send a mail to this list or to
67 .PP
68 .B
69 submit@bugs.debian.org
70 .br
71 .PP
72 writing at least a short description into the Subject and "Package: cdrkit" into the first line of the mail body.