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

Bug#259296: ia64 menus patch fixes 259296 and 267689



Here is a corrected patch.  The CD menu patch was already uploaded so
please close that bug (#259296) using the previous patch (already 
committed).

This patch fixes the usb keyboard issue (#267689).

It seems that my orphaned workspace (anon from :3691) didn't 
update properly.  This diff is based on a new workspace from
the "main" url.

Note:
I have not changed the kernel version numbers for either 2.4 or 2.6.
The reason for this patch is it fixes a problem where the udeb
version tag and the actual kernel version tag are not the same.
Since the decision on 2.4 versions is not set yet  I have left them
alone.  I'll leave it to the actual submitter/uploader to update
ia64.cfg appropriately to be in sync with what is current in the
archive and svn at commit time.

Jim

On Tuesday 24 August 2004 23:30, dann frazier wrote:
> On Tue, Aug 24, 2004 at 04:27:50PM -0700, Jim Lieb wrote:
> > This patch adds menu support to the CD install for ia64.  It
> > supplies the following:
>
> This patch doesn't apply - it tries to modify
> build/boot/ia64/elilo-cd.conf, which doesn't exist - can you double
> check & post another?

-- 
*************
Jim Lieb			Wild Open Source Inc.
lieb@wildopensource.com		Cell: 831.295.9317
Office: 831.421.0883            Fax:  831.421.0885
--- current/config/ia64.cfg	2004-08-24 08:52:55.000000000 -0700
+++ new/config/ia64.cfg	2004-08-17 15:02:25.000000000 -0700
@@ -6,11 +6,12 @@
 
 # The version of the kernel to use.
 KERNELMAJOR = 2.4
-KERNELVERSION = 2.4.26-itanium-smp
+KERNELVERSION = 2.4.26-1-itanium-smp
 KERNELVERSION_2.6 = 2.6.7-1-itanium-smp
 KERNEL_FLAVOUR = di
 KERNELNAME = vmlinuz
-KERNELIMAGEVERSION = $(KERNELVERSION)
+KERNELIMAGEVERSION = 2.4.26-itanium-smp
+KERNELIMAGEVERSION_2.6 = $(KERNELVERSION_2.6)
 
 # The DOS volume id to use for DOS floppies. This is a 32 bit hexidecimal
 # number.
diff -Naur current/config/ia64/cdrom/2.6.cfg new/config/ia64/cdrom/2.6.cfg
--- current/config/ia64/cdrom/2.6.cfg	2004-08-24 08:52:56.000000000 -0700
+++ new/config/ia64/cdrom/2.6.cfg	2004-08-17 14:45:10.000000000 -0700
@@ -1,4 +1,5 @@
 KERNELVERSION = $(KERNELVERSION_2.6)
+KERNELIMAGEVERSION = $(KERNELIMAGEVERSION_2.6)
 KERNELMAJOR = 2.6
 EXTRANAME = 2.6/
 INITRD_FS = cramfs
diff -Naur current/config/ia64/miniiso/2.6.cfg new/config/ia64/miniiso/2.6.cfg
--- current/config/ia64/miniiso/2.6.cfg	2004-08-24 08:52:56.000000000 -0700
+++ new/config/ia64/miniiso/2.6.cfg	2004-08-17 15:03:09.000000000 -0700
@@ -1,4 +1,5 @@
 KERNELVERSION = $(KERNELVERSION_2.6)
+KERNELIMAGEVERSION = $(KERNELIMAGEVERSION_2.6)
 KERNELMAJOR = 2.6
 EXTRANAME = 2.6/
 INITRD_FS = cramfs
diff -Naur current/config/ia64/netboot/2.6.cfg new/config/ia64/netboot/2.6.cfg
--- current/config/ia64/netboot/2.6.cfg	2004-08-24 08:52:56.000000000 -0700
+++ new/config/ia64/netboot/2.6.cfg	2004-08-17 15:03:32.000000000 -0700
@@ -1,4 +1,5 @@
 KERNELVERSION = $(KERNELVERSION_2.6)
+KERNELIMAGEVERSION = $(KERNELIMAGEVERSION_2.6)
 KERNELMAJOR = 2.6
 EXTRANAME = 2.6/
 INITRD_FS = cramfs

Reply to: