From 0a5958c3c321064a0f2eecbf9896c7e34de36d56 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 19 Dec 2001 10:32:10 +0000 Subject: [PATCH] Change 'debian' => 'install' for clarity. --- data/yaboot/yaboot.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/yaboot/yaboot.conf b/data/yaboot/yaboot.conf index 4058b0d0..a4bbb2df 100644 --- a/data/yaboot/yaboot.conf +++ b/data/yaboot/yaboot.conf @@ -3,34 +3,34 @@ # It is important not to have a comma after cd: device=cd: -default=debian +default=install timeout=100 # FIXME: will this be the correct path? message=/install/powermac/boot.msg image=/install/powermac/vmlinux - label=debian + label=install initrd=/install/powermac/root.bin initrd-size=8192 read-only image=/install/powermac/vmlinux2.4 - label=debian24 + label=install24 initrd=/install/powermac/root.bin initrd-size=8192 read-only # some machines have wonky framebuffer support image=/install/powermac/vmlinux - label=debian-safe + label=install-safe initrd=/install/powermac/root.bin initrd-size=8192 append="video=ofonly" read-only image=/install/powermac/vmlinux2.4 - label=debian24-safe + label=install24-safe initrd=/install/powermac/root.bin initrd-size=8192 append="video=ofonly"