Update yaboot.conf and ofboot.b to conform to current (1.3.4) yaboot (powerpc).
This commit is contained in:
parent
d9b5e6200a
commit
060ea1f02c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue