From bcd3d5445b016a8a06c9ce7b47c5cf00124a1749 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Jan 2004 19:47:15 +0000 Subject: [PATCH] fix swapped expert and high entries --- data/sarge/yaboot/yaboot.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/sarge/yaboot/yaboot.conf b/data/sarge/yaboot/yaboot.conf index 8c984a4b..05024f09 100644 --- a/data/sarge/yaboot/yaboot.conf +++ b/data/sarge/yaboot/yaboot.conf @@ -12,14 +12,14 @@ message=/install/powermac/boot.msg image=/install/powermac/vmlinux label=install initrd=/install/powermac/root.bin - append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc" + append="devfs=mount,dall init=/linuxrc" initrd-size=8192 read-only image=/install/powermac/vmlinux label=expert initrd=/install/powermac/root.bin - append="devfs=mount,dall init=/linuxrc" + append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc" initrd-size=8192 read-only