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
|
MacRISC
|
||||||
</COMPATIBLE>
|
</COMPATIBLE>
|
||||||
<DESCRIPTION>
|
<DESCRIPTION>
|
||||||
Debian GNU/Linux 2.2 (potato) PowerPC bootloader
|
Debian GNU/Linux PowerPC first stage CDROM bootloader
|
||||||
</DESCRIPTION>
|
</DESCRIPTION>
|
||||||
<BOOT-SCRIPT>
|
<BOOT-SCRIPT>
|
||||||
" screen" output
|
" screen" output
|
||||||
|
|
|
@ -5,22 +5,18 @@ init-message="Debian GNU/Linux PowerPC (CODENAME)"
|
||||||
|
|
||||||
# It is important not to have a comma after cd:
|
# It is important not to have a comma after cd:
|
||||||
device=cd:
|
device=cd:
|
||||||
partition=2
|
|
||||||
timeout=100
|
timeout=100
|
||||||
|
|
||||||
# \ is an escape character.
|
image=/install/powermac/vmlinux
|
||||||
# If you need to enter a path at the boot: prompt, do not
|
|
||||||
# double the backslashes.
|
|
||||||
image=\\install\\powermac\\vmlinux
|
|
||||||
label=debian
|
label=debian
|
||||||
initrd=\\install\\powermac\\root.bin
|
initrd=/install/powermac/root.bin
|
||||||
initrd-size=8192
|
initrd-size=8192
|
||||||
read-only
|
read-only
|
||||||
|
|
||||||
# some machines have wonky framebuffer support
|
# some machines have wonky framebuffer support
|
||||||
image=\\install\\powermac\\vmlinux
|
image=/install/powermac/vmlinux
|
||||||
label=debian-novideo
|
label=debian-novideo
|
||||||
initrd=\\install\\powermac\\root.bin
|
initrd=/install/powermac/root.bin
|
||||||
initrd-size=8192
|
initrd-size=8192
|
||||||
append="video=ofonly"
|
append="video=ofonly"
|
||||||
read-only
|
read-only
|
||||||
|
|
|
@ -7,6 +7,7 @@ debian-cd (2.2.9) unstable; urgency=low
|
||||||
* Uses apt-ftparchive and no more dpkg-scan{packages,sources}.
|
* Uses apt-ftparchive and no more dpkg-scan{packages,sources}.
|
||||||
* Does use the extra override file. Closes: #113794
|
* Does use the extra override file. Closes: #113794
|
||||||
* Remove the use of unzip in boot-alpha. Nobody should use unzip...
|
* 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
|
-- Raphael Hertzog <hertzog@debian.org> Sun, 16 Sep 2001 14:57:22 +0200
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue