Apparently someone is using very newwest debian-cd for potato r* CD images...

add a kludgy version of yaboot.conf to accomidate the anchient and
broken yaboot in potato, use this version in the potato scripts.
This commit is contained in:
Ethan Benson 2001-11-11 15:32:29 +00:00
parent ac2f9df992
commit 1c43928d79
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,23 @@
## 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
debian/changelog vendored
View File

@ -11,6 +11,7 @@ debian-cd (2.2.9) unstable; urgency=low
* If using BOOTDISK= pick up docs from there also (Richard Hirst).
* Synced tasks/base-woody with debootstrap 0.1.15.8.
Closes: #119099
* Add kludgy yaboot.conf for potato's broken yaboot.
-- Raphael Hertzog <hertzog@debian.org> Sun, 16 Sep 2001 14:57:22 +0200

View File

@ -113,7 +113,7 @@ cp -f $DISKSROOT/powermac/bootvars* powermac/
# New-world bootability
# This works in a subdirectory via an ugly hack; fix yaboot.
cat $BASEDIR/data/yaboot/yaboot.conf \
cat $BASEDIR/data/yaboot/potato-yaboot.conf \
| sed "s/CODENAME/${CODENAME}/g" > powermac/yaboot.conf
cp -f $BASEDIR/data/yaboot/ofboot.b powermac/