Remove the yaboot related files that I have copied to subdirs in my last
commit.
This commit is contained in:
parent
00f30e2ef9
commit
0d1bad5f35
|
@ -1,20 +0,0 @@
|
|||
Welcome to Debian GNU/Linux PowerPC (CODENAME)
|
||||
|
||||
You have the choice of installing your system using one of two
|
||||
different versions, 'install' or 'install24'.
|
||||
|
||||
The 'install' option is the default; it uses version 2.2 of the Linux
|
||||
kernel and is proven to be stable on most hardware. The 'install24'
|
||||
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 in late 2000 or later,
|
||||
definitely choose 'install24'.
|
||||
|
||||
Additionally, there are 'install-safe' and 'install24-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 'install', and if that doesn't work, try
|
||||
'install24', 'install-safe', and 'install24-safe' in that order.
|
||||
************************************
|
|
@ -1,23 +0,0 @@
|
|||
## 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:
|
||||
timeout=100
|
||||
|
||||
# potato needs \\ kludge because potato's yaboot is anchient broken crap
|
||||
image=\\install\\powermac\\vmlinux
|
||||
label=debian
|
||||
initrd=\\install\\powermac\\root.bin
|
||||
initrd-size=8192
|
||||
read-only
|
||||
|
||||
# some machines have wonky framebuffer support
|
||||
image=\\install\\powermac\\vmlinux
|
||||
label=debian-novideo
|
||||
initrd=\\install\\powermac\\root.bin
|
||||
initrd-size=8192
|
||||
append="video=ofonly"
|
||||
read-only
|
|
@ -1,38 +0,0 @@
|
|||
## 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
|
Loading…
Reference in New Issue