Update yaboot.conf and ofboot.b to conform to current (1.3.4) yaboot (powerpc).

This commit is contained in:
Ethan Benson 2001-10-14 11:35:14 +00:00
parent d9b5e6200a
commit 060ea1f02c
3 changed files with 6 additions and 9 deletions

View File

@ -3,7 +3,7 @@
MacRISC
</COMPATIBLE>
<DESCRIPTION>
Debian GNU/Linux 2.2 (potato) PowerPC bootloader
Debian GNU/Linux PowerPC first stage CDROM bootloader
</DESCRIPTION>
<BOOT-SCRIPT>
" screen" output

View File

@ -5,22 +5,18 @@ init-message="Debian GNU/Linux PowerPC (CODENAME)"
# It is important not to have a comma after cd:
device=cd:
partition=2
timeout=100
# \ is an escape character.
# If you need to enter a path at the boot: prompt, do not
# double the backslashes.
image=\\install\\powermac\\vmlinux
image=/install/powermac/vmlinux
label=debian
initrd=\\install\\powermac\\root.bin
initrd=/install/powermac/root.bin
initrd-size=8192
read-only
# some machines have wonky framebuffer support
image=\\install\\powermac\\vmlinux
image=/install/powermac/vmlinux
label=debian-novideo
initrd=\\install\\powermac\\root.bin
initrd=/install/powermac/root.bin
initrd-size=8192
append="video=ofonly"
read-only

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ debian-cd (2.2.9) unstable; urgency=low
* Uses apt-ftparchive and no more dpkg-scan{packages,sources}.
* Does use the extra override file. Closes: #113794
* Remove the use of unzip in boot-alpha. Nobody should use unzip...
* Update yaboot.conf and ofboot.b to conform to current (1.3.4) yaboot (powerpc).
-- Raphael Hertzog <hertzog@debian.org> Sun, 16 Sep 2001 14:57:22 +0200