diff --git a/data/yaboot/boot.msg b/data/yaboot/boot.msg deleted file mode 100644 index a82a25c0..00000000 --- a/data/yaboot/boot.msg +++ /dev/null @@ -1,20 +0,0 @@ -Welcome to Debian GNU/Linux PowerPC (CODENAME) - -You have the choice of installing your system using one of two -different versions, 'install' or 'install24'. - -The 'install' option is the default; it uses version 2.2 of the Linux -kernel and is proven to be stable on most hardware. The 'install24' -option is based on the 2.4 Linux kernel, and is a bit more -cutting-edge, but it has better support for newer hardware. If you -have a Power Macintosh computer manufactured in late 2000 or later, -definitely choose 'install24'. - -Additionally, there are 'install-safe' and 'install24-safe' options -which you should try if the system fails to boot at all (the typical -symptom is a white screen which doesn't go away). - -************************************ -If in doubt, just choose 'install', and if that doesn't work, try -'install24', 'install-safe', and 'install24-safe' in that order. -************************************ diff --git a/data/yaboot/potato-yaboot.conf b/data/yaboot/potato-yaboot.conf deleted file mode 100644 index 8e15b9fd..00000000 --- a/data/yaboot/potato-yaboot.conf +++ /dev/null @@ -1,23 +0,0 @@ -## 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 diff --git a/data/yaboot/yaboot.conf b/data/yaboot/yaboot.conf deleted file mode 100644 index 119082fa..00000000 --- a/data/yaboot/yaboot.conf +++ /dev/null @@ -1,38 +0,0 @@ -## This yaboot.conf is for CD booting only, do not use as reference. -## Debian GNU/Linux PowerPC (CODENAME) - -# It is important not to have a comma after cd: -device=cd: -default=install -timeout=100 - -# FIXME: will this be the correct path? -message=/install/powermac/boot.msg - -image=/install/powermac/vmlinux - label=install - initrd=/install/powermac/root.bin - initrd-size=8192 - read-only - -image=/install/powermac/vmlinux2.4 - label=install24 - initrd=/install/powermac/root.bin - initrd-size=8192 - append="disksize=2.88" - read-only - -# some machines have wonky framebuffer support -image=/install/powermac/vmlinux - label=install-safe - initrd=/install/powermac/root.bin - initrd-size=8192 - append="video=ofonly" - read-only - -image=/install/powermac/vmlinux2.4 - label=install24-safe - initrd=/install/powermac/root.bin - initrd-size=8192 - append="disksize=2.88 video=ofonly" - read-only