[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#399260: marked as done (debian-installer: [powerpc] Please apply attached patch, adding prep and 2.6.18-2 support.)



Your message dated Sat, 18 Nov 2006 21:18:25 +0000
with message-id <20061118211825.GZ30233@deprecation.cyrius.com>
and subject line Bug#399260: debian-installer: [powerpc] Please apply attached patch, adding prep and 2.6.18-2 support.
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: debian-installer
Severity: grave
Justification: d-i powerpc daily builds need to be upgraded to 2.6.18-2 kernel .udebs


Please apply the attached patch.

It adds support for the 2.6.18-2 kernel .udebs currently in unstable, as well
as the prep support (needs mkvmlinuz 26 though, which was uploaded today).

It also includes adding the Apple G5 fancontrol modules in the ramdisk.

This patch is RC, because without it, the d-i daily builds are probably not building
anymore, now that the 2.6.18-2 kernel .udebs are in unstable.

Friendly,

Sven Luther

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Index: config/powerpc/prep.cfg
===================================================================
--- config/powerpc/prep.cfg	(revision 0)
+++ config/powerpc/prep.cfg	(revision 0)
@@ -0,0 +1,19 @@
+MEDIUM_SUPPORTED = cdrom netboot hd-media
+
+# The version of the kernel to use.
+KERNELVERSION = 2.6.18-2-prep
+KERNEL_FLAVOUR = di
+KERNELNAME = vmlinux
+KERNELIMAGEVERSION = $(KERNELVERSION)
+
+SUBARCHES = prep 
+
+cd_content: cd_content_common
+
+netboot_content: netboot_content_common
+
+arch_miniiso: arch_miniiso_common
+
+arch_boot_screens:
+
+#arch_boot: arch_boot_initrd
Index: config/powerpc/prep/hd-media.cfg
===================================================================
--- config/powerpc/prep/hd-media.cfg	(revision 42615)
+++ config/powerpc/prep/hd-media.cfg	(working copy)
@@ -0,0 +1,18 @@
+# Not really a floppy, this is a 239 mb image, large enough to put a
+# netinst iso in, and small enough to fit on a mid-range memory stick, 
+# such as those advertised as being 256 mb in size.
+FLOPPY_SIZE = 244736
+
+DISK_LABEL = "bootable drive"
+MEDIA_TYPE = bootable drive
+
+GZIPPED = .gz
+EXTRANAME = hd-media/
+
+TARGET = $(KERNEL) $(INITRD) $(BOOT) 
+
+MANIFEST-BOOT = "256 mb image (compressed) for USB memory stick"
+MANIFEST-INITRD = "for use on USB memory sticks"
+MANIFEST-KERNEL = "for use on USB memory sticks"
+
+arch_boot: hd_media_common
Index: config/powerpc/prep/cdrom.cfg
===================================================================
--- config/powerpc/prep/cdrom.cfg	(revision 42615)
+++ config/powerpc/prep/cdrom.cfg	(working copy)
@@ -0,0 +1,9 @@
+MEDIA_TYPE = CD-ROM
+
+# cd booting does not need floppy images on powerpc
+TARGET = $(INITRD) $(KERNEL) builtin_initrd
+EXTRANAME = $(MEDIUM)/
+
+MANIFEST-BOOT = "CDROM image for most PowerPC CPUs"
+MANIFEST-INITRD = "initrd for use with powerpc CDROM"
+MANIFEST-KERNEL = "kernel for use with powerpc CDROM"
Index: config/powerpc/prep/netboot.cfg
===================================================================
--- config/powerpc/prep/netboot.cfg	(revision 42615)
+++ config/powerpc/prep/netboot.cfg	(working copy)
@@ -0,0 +1,9 @@
+MEDIA_TYPE = netboot image
+
+TARGET = $(INITRD) $(KERNEL) $(MINIISO) builtin_initrd netboot_content
+EXTRANAME = $(MEDIUM)/
+
+MANIFEST-BOOT = "tftp boot image for most PowerPC CPUs"
+MANIFEST-INITRD = "initrd for use with powerpc netboot"
+MANIFEST-KERNEL = "kernel for use with powerpc netboot"
+MANIFEST-MINIISO = "small bootable CD image for powerpc netboot"
Index: config/powerpc/powerpc64.cfg
===================================================================
--- config/powerpc/powerpc64.cfg	(revision 42615)
+++ config/powerpc/powerpc64.cfg	(working copy)
@@ -1,7 +1,7 @@
 MEDIUM_SUPPORTED = cdrom netboot gtk-miniiso
 
 # The version of the kernel to use.
-KERNELVERSION = 2.6.17-2-powerpc64
+KERNELVERSION = 2.6.18-2-powerpc64
 KERNEL_FLAVOUR = di
 KERNELNAME = vmlinux
 KERNELIMAGEVERSION = $(KERNELVERSION)
Index: config/powerpc/powerpc.cfg
===================================================================
--- config/powerpc/powerpc.cfg	(revision 42615)
+++ config/powerpc/powerpc.cfg	(working copy)
@@ -1,7 +1,7 @@
 MEDIUM_SUPPORTED = cdrom netboot hd-media floppy gtk-miniiso # monolithic
 
 # The version of the kernel to use.
-KERNELVERSION = 2.6.17-2-powerpc
+KERNELVERSION = 2.6.18-2-powerpc
 KERNEL_FLAVOUR = di
 KERNELNAME = vmlinux
 KERNELIMAGEVERSION = $(KERNELVERSION)
Index: config/powerpc.cfg
===================================================================
--- config/powerpc.cfg	(revision 42615)
+++ config/powerpc.cfg	(working copy)
@@ -1,4 +1,4 @@
-SUBARCH_SUPPORTED = powerpc powerpc64 # apus
+SUBARCH_SUPPORTED = powerpc powerpc64 prep # apus
 
 KERNELMAJOR = 2.6
 
Index: pkg-lists/cdrom/powerpc.cfg
===================================================================
--- pkg-lists/cdrom/powerpc.cfg	(revision 42615)
+++ pkg-lists/cdrom/powerpc.cfg	(working copy)
@@ -28,3 +28,4 @@
 
 # IBM Power hypervisor modules, only available on powerpc64.
 hypervisor-modules-${kernel:Version} ?
+fancontrol-modules-${kernel:Version} ?
Index: pkg-lists/netboot/powerpc.cfg
===================================================================
--- pkg-lists/netboot/powerpc.cfg	(revision 42615)
+++ pkg-lists/netboot/powerpc.cfg	(working copy)
@@ -28,3 +28,5 @@
 
 # IBM Power hypervisor modules, only available on powerpc64.
 hypervisor-modules-${kernel:Version} ?
+fancontrol-modules-${kernel:Version} ?
+

--- End Message ---
--- Begin Message ---
* Sven Luther <luther@debian.org> [2006-11-18 21:58]:
> Please apply the attached patch.

Applied, thanks.
-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply to: