r3010 - in trunk/utils/initrd-tools: . debian

maximilian attems maks-guest@costa.debian.org
Thu, 28 Apr 2005 18:31:13 +0000


Author: maks-guest
Date: 2005-04-28 18:31:12 +0000 (Thu, 28 Apr 2005)
New Revision: 3010

Modified:
   trunk/utils/initrd-tools/TODO
   trunk/utils/initrd-tools/debian/changelog
   trunk/utils/initrd-tools/mkinitrd
Log:
add sparc fix for upgrade path


Modified: trunk/utils/initrd-tools/TODO
===================================================================
--- trunk/utils/initrd-tools/TODO	2005-04-28 18:08:21 UTC (rev 3009)
+++ trunk/utils/initrd-tools/TODO	2005-04-28 18:31:12 UTC (rev 3010)
@@ -4,6 +4,7 @@
 	* #272143, #266609, #263169, #264440 root on sata not found
 	* #283919 warn if root device is not found when dev nonexistent
 	* #285767 mkinitrd install with execute permission
+	* #266591, #298727 #303401 wrong ibdevmapper.so.1.00
 	* #284141 do not rely on /proc/scsi
 	* #304483 ignores separate raid /boot partition
 	* #297710 ?strange? fatal error on installation.

Modified: trunk/utils/initrd-tools/debian/changelog
===================================================================
--- trunk/utils/initrd-tools/debian/changelog	2005-04-28 18:08:21 UTC (rev 3009)
+++ trunk/utils/initrd-tools/debian/changelog	2005-04-28 18:31:12 UTC (rev 3010)
@@ -11,6 +11,8 @@
       * Take /etc/mkinitrd/DSDT and put it in the initrd if it exists.
       * Use mktemp, not $$ for creating temporary directories.
     - Function module_exist recognizes modules in subdirs. Closes: #296894
+    - Fix upgrade path from woody for sparc arch. thanks to 
+      Jurij Smakov <jurij@wooyd.org> Closes: #306219
 
  -- Steve Langasek <vorlon@debian.org>  Sun, 10 Apr 2005 15:38:08 -0700
 

Modified: trunk/utils/initrd-tools/mkinitrd
===================================================================
--- trunk/utils/initrd-tools/mkinitrd	2005-04-28 18:08:21 UTC (rev 3009)
+++ trunk/utils/initrd-tools/mkinitrd	2005-04-28 18:31:12 UTC (rev 3010)
@@ -587,7 +587,7 @@
 					Amiga) ARCH_ESP=mca_53c9x ;;
 				esac
 			;;
-			sparc | sparc64) ARCH_ESP=esp ;;
+			sparc*) ARCH_ESP=esp ;;
 		esac
 
 		# XXX Workaround: 2.4 and 2.6 disagrees about the name of the new sym53c8xx module