* 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:
parent
b5de101510
commit
719c1a909f
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <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
|
||||
|
||||
|
|
Loading…
Reference in New Issue