From 719c1a909faf5f0a3826671184d94536bde750db Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 31 Oct 2006 00:40:02 +0000 Subject: [PATCH] * Update task-full-etch and task-essential-etch in tasks for D-I Etch RC1. * Add boot option "auto" for powerpc (yaboot) and sparc to support the installer's new auto-install functionality. --- data/etch/sparc/silo.conf | 12 ++++++++++++ data/etch/yaboot/yaboot.conf | 14 ++++++++++++++ debian/changelog | 8 ++++++-- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/data/etch/sparc/silo.conf b/data/etch/sparc/silo.conf index b3141bb1..6b514304 100644 --- a/data/etch/sparc/silo.conf +++ b/data/etch/sparc/silo.conf @@ -21,6 +21,12 @@ image[sun4u]=/boot/sparc64 initrd=/boot/initrd.gz append="rescue/enable=true" +# sparc64 auto-install boots +image[sun4u]=/boot/sparc64 + label=auto + initrd=/boot/initrd.gz + append="auto=true priority=critical" + ### sparc32 boot images image[sun4c,sun4d,sun4m]=/boot/sparc32 label=install @@ -37,3 +43,9 @@ image[sun4c,sun4d,sun4m]=/boot/sparc32 label=rescue initrd=/boot/initrd.gz append="rescue/enable=true" + +# sparc32 auto-install boots +image[sun4c,sun4d,sun4m]=/boot/sparc32 + label=auto + initrd=/boot/initrd.gz + append="auto=true priority=critical" diff --git a/data/etch/yaboot/yaboot.conf b/data/etch/yaboot/yaboot.conf index b874a9bf..d7b2b7e8 100644 --- a/data/etch/yaboot/yaboot.conf +++ b/data/etch/yaboot/yaboot.conf @@ -33,6 +33,13 @@ image=/install/powerpc/vmlinux initrd-size=10240 read-only +image=/install/powerpc/vmlinux + label=auto + initrd=/install/powerpc/initrd.gz + append="auto=true priority=critical --" + initrd-size=10240 + read-only + # PowerPC 64bit subarch image=/install/powerpc64/vmlinux label=install64 @@ -54,3 +61,10 @@ image=/install/powerpc64/vmlinux append="rescue/enable=true --" initrd-size=10240 read-only + +image=/install/powerpc64/vmlinux + label=auto + initrd=/install/powerpc64/initrd.gz + append="auto=true priority=critical --" + initrd-size=10240 + read-only diff --git a/debian/changelog b/debian/changelog index b11c1723..a87382db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,13 +25,17 @@ debian-cd (2.2.26) UNRELEASED; urgency=low * tasks/exclude-etch: clean out obsolete entries. * tools/generate_di+k_list: generic suffix was dropped for amd64 kernels. * tools/generate_di+k_list: add new required packages for arm. - * Update task-full-etch and task-essential-etch in tasks for D-I Etch RC1. + * Update task-full-etch and task-essential-etch in tasks for D-I Etch RC1. [ Steve McIntyre ] * Update to the latest version of isolinux.bin, as found in syslinux version 3.31-1. - -- Frans Pop Sat, 28 Oct 2006 23:38:53 +0200 + [ Frans Pop ] + * Add boot option "auto" for powerpc (yaboot) and sparc to support the + installer's new auto-install functionality. + + -- Frans Pop Tue, 31 Oct 2006 01:39:00 +0100 debian-cd (2.2.25) unstable; urgency=low