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

maximilian attems maks-guest@costa.debian.org
Thu, 28 Apr 2005 19:01:38 +0000


Author: maks-guest
Date: 2005-04-28 19:01:38 +0000 (Thu, 28 Apr 2005)
New Revision: 3011

Modified:
   trunk/utils/initrd-tools/TODO
   trunk/utils/initrd-tools/debian/changelog
   trunk/utils/initrd-tools/mkinitrd
Log:
use libdevmapper1.01 on which cryptsetup depends.


Modified: trunk/utils/initrd-tools/TODO
===================================================================
--- trunk/utils/initrd-tools/TODO	2005-04-28 18:31:12 UTC (rev 3010)
+++ trunk/utils/initrd-tools/TODO	2005-04-28 19:01:38 UTC (rev 3011)
@@ -4,13 +4,12 @@
 	* #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.
 	* #290708 dm-crypt devices initialized with wrong arguments
 	* #288010 PowerPC installed initrd misses files
-	* #284763, #269726 md wihtout devfs
+	* #284763, #269726, #305145 md wihtout devfs
 	* #281658 /etc/raidtab parse error
 	* #270898 xfs troubles
 	* #260333 troubles with hfsplus root
@@ -22,6 +21,7 @@
 
  postsarge targeted items:
  	* #296579, #303926 don't load all ide modules
+	* #256113 don't use /proc/scsi at all
  	* #260068 library reduction to reduce the size of the initrd ?
 	* #298120 allow per-version scripts
 	* #247433 no controlling terminal for scripts executed at boot

Modified: trunk/utils/initrd-tools/debian/changelog
===================================================================
--- trunk/utils/initrd-tools/debian/changelog	2005-04-28 18:31:12 UTC (rev 3010)
+++ trunk/utils/initrd-tools/debian/changelog	2005-04-28 19:01:38 UTC (rev 3011)
@@ -13,6 +13,7 @@
     - 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
+    - Use libdevmapper1.01 Closes: #266591, #298727, #303401
 
  -- 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:31:12 UTC (rev 3010)
+++ trunk/utils/initrd-tools/mkinitrd	2005-04-28 19:01:38 UTC (rev 3011)
@@ -383,7 +383,7 @@
 EOF
 	{
 		echo /sbin/cryptsetup
-		echo /lib/libdevmapper.so.1.00
+		echo /lib/libdevmapper.so.1.01
 		echo /lib/libpopt.so.0
 	} >&6
 }