* 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.
This commit is contained in:
Frans Pop 2006-10-31 00:40:02 +00:00
parent b5de101510
commit 719c1a909f
3 changed files with 32 additions and 2 deletions

View File

@ -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"

View File

@ -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

6
debian/changelog vendored
View File

@ -31,7 +31,11 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
* Update to the latest version of isolinux.bin, as found in syslinux
version 3.31-1.
-- Frans Pop <fjp@debian.org> 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 <fjp@debian.org> Tue, 31 Oct 2006 01:39:00 +0100
debian-cd (2.2.25) unstable; urgency=low