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:
parent
ac2f9df992
commit
1c43928d79
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue