This file is indexed.

/usr/share/doc/cdrkit-doc/genisoimage/README.hppaboot is in cdrkit-doc 9:1.1.11-2ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# README.hppaboot    Steve McIntyre <steve@einval.com> 2004/07/19

The hppa boot support allows you to create a bootable CD which will
work with HP PA/RISC machines, for example bootable installation
media.

The method used for this is the same as in palo, the bootloader for
Linux on hppa. See the palo README for more details about supported
hardware etc.

The HPPA firmware reads the first 2048-byte sector off a disk and
parses information in that sector. The information in question is the
location (start sector) and length of various files:

 * a 32-bit kernel image
 * a 64-bit kernel image
 * first stage bootloader (iplboot)
 * (optional) ramdisk

and also the system command line to use, e.g.

 "5/vmlinux HOME=/ TERM=linux console=tty"

The firmware will load and execute the first stage boot loader, and
that should be able to find the (32- or 64-bit) kernel and boot
normally. Whether you need a 32- or 64-bit kernel depends on your
hardware; some will even support both.

To use the hppa boot support code in genisoimage, simply specify the boot
command line and file locations (relative to the CD root) as follows:

genisoimage ... -hppa-cmdline <cmdline, parts separated by spaces or commas> \
            -hppa-kernel-32  <32-bit kernel> \
            -hppa-kernel-64  <64-bit kernel> \
            -hppa-bootloader <bootloader> \
            -hppa-ramdisk    <ramdisk file> \
            -o hppa.iso hppa-files