File: yaboot.conf

package info (click to toggle)
debian-cd 2.2.13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,480 kB
  • ctags: 120
  • sloc: sh: 1,666; perl: 1,078; makefile: 832
file content (38 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (3)
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
## This yaboot.conf is for CD booting only, do not use as reference.
## Debian GNU/Linux PowerPC (CODENAME)

# It is important not to have a comma after cd:
device=cd:
default=install
timeout=100

# FIXME: will this be the correct path?
message=/install/powermac/boot.msg

image=/install/powermac/vmlinux
	label=install
	initrd=/install/powermac/root.bin
	initrd-size=8192
	read-only

image=/install/powermac/vmlinux2.4
	label=install24
	initrd=/install/powermac/root.bin
	initrd-size=8192
	append="disksize=2.88"
	read-only

# some machines have wonky framebuffer support
image=/install/powermac/vmlinux
	label=install-safe
	initrd=/install/powermac/root.bin
	initrd-size=8192
	append="video=ofonly"
	read-only

image=/install/powermac/vmlinux2.4
	label=install24-safe
	initrd=/install/powermac/root.bin
	initrd-size=8192
	append="disksize=2.88 video=ofonly"
	read-only