SVN: geninitrd/trunk/TODO

glen glen at pld-linux.org
Wed Jul 7 09:41:05 CEST 2010


Author: glen
Date: Wed Jul  7 09:41:04 2010
New Revision: 11630

Modified:
   geninitrd/trunk/TODO
Log:
- sysfs utilize

Modified: geninitrd/trunk/TODO
==============================================================================
--- geninitrd/trunk/TODO	(original)
+++ geninitrd/trunk/TODO	Wed Jul  7 09:41:04 2010
@@ -3,15 +3,21 @@
 - use System.map to determine compiled fs support
 - check support for i2o
 - add support for adding some custom code to linuxrc (define hooks places)
-- missing module are not critical (but write big warning about this)
+- missing module is not critical (but write big warning about this)
 - tmpfs /dev hints from: https://wiki.ubuntu.com/ReplacementInit
+
 - use dmsetup deps to find dmraid, dm-multipath, lvm2 deps:
 # dmsetup deps 360060160dac01800c462f46c2e3fdb11p2
 1 dependencies  : (254, 7)
 # dmsetup deps 360060160dac01800c462f46c2e3fdb11
 2 dependencies  : (8, 0) (8, 64)
+
 - consider adding lzma/bzip2 support for compressing initrd image
  need to peek into System.map to be sure the support is available:
 00:53:43  baggins> c052e743 T unlzma [IN]
 00:54:18  baggins> c052df9a T bunzip2 [IN]
 00:55:48  baggins> c052e370 T gunzip [IN]
+
+- utilize sysfs (if avail):
+(IFS=: read maj min < /sys/class/misc/device-mapper/dev; echo $maj $min)
+10 59


More information about the pld-cvs-commit mailing list