Update yaboot.conf to contain image info for our grand plan to allow a

boot-time choice of the 2.2 kernel or 2.4 kernel.

Add boot.msg which describes this.
This commit is contained in:
Colin Walters 2001-12-19 09:48:34 +00:00
parent 220413d16b
commit 144af86176
2 changed files with 38 additions and 3 deletions

20
data/yaboot/boot.msg Normal file
View File

@ -0,0 +1,20 @@
Welcome to Debian GNU/Linux PowerPC (CODENAME)
You have the choice of installing your system using one of two
different versions, 'debian' or 'debian24'.
The 'debian' option is the default; it uses version 2.2 of the Linux
kernel and is proven to be stable on most hardware. The 'debian24'
option is based on the 2.4 Linux kernel, and is a bit more
cutting-edge, but it has better support for newer hardware. If you
have a Power Macintosh computer manufactured within the last six
months, definitely choose 'debian24'.
Additionally, there are 'debian-safe' and 'debian24-safe' options
which you should try if the system fails to boot at all (the typical
symptom is a white screen which doesn't go away).
************************************
If in doubt, just choose 'debian', and if that doesn't work, try
'debian24', 'debian-safe', and 'debian24-safe' in that order.
************************************

View File

@ -1,21 +1,36 @@
## This yaboot.conf is for CD booting only, do not use as reference.
## Debian GNU/Linux PowerPC (CODENAME)
init-message="Debian GNU/Linux PowerPC (CODENAME)"
# It is important not to have a comma after cd:
device=cd:
default=debian
timeout=100
# FIXME: will this be the correct path?
message=/install/powermac/boot.msg
image=/install/powermac/vmlinux
label=debian
initrd=/install/powermac/root.bin
initrd-size=8192
read-only
image=/install/powermac/vmlinux2.4
label=debian24
initrd=/install/powermac/root.bin
initrd-size=8192
read-only
# some machines have wonky framebuffer support
image=/install/powermac/vmlinux
label=debian-novideo
label=debian-safe
initrd=/install/powermac/root.bin
initrd-size=8192
append="video=ofonly"
read-only
image=/install/powermac/vmlinux2.4
label=debian24-safe
initrd=/install/powermac/root.bin
initrd-size=8192
append="video=ofonly"