SVN: geninitrd/trunk/ChangeLog

glen glen at pld-linux.org
Sat Oct 15 16:03:57 CEST 2011


Author: glen
Date: Sat Oct 15 16:03:57 2011
New Revision: 12381

Modified:
   geninitrd/trunk/ChangeLog
Log:
update changelog

Modified: geninitrd/trunk/ChangeLog
==============================================================================
--- geninitrd/trunk/ChangeLog	(original)
+++ geninitrd/trunk/ChangeLog	Sat Oct 15 16:03:57 2011
@@ -1,3 +1,88 @@
+2011-10-15 14:00 +0000 [r12380]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: make ./geninitrd -v /tmp to produce geninitrd line to
+	  generate image to /tmp
+
+2011-10-15 13:54 +0000 [r12377-12379]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* mod-usbkbd.sh: leak less local vars
+
+	* mod-usbkbd.sh: fix svn keywords
+
+	* mod-md.sh: $DEBUGINIRD is initrd runtime var, not gentime var
+
+2011-10-15 08:56 +0000 [r12376]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-usbkbd.sh: Tell us what was found.
+
+2011-10-15 08:27 +0000 [r12375]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-usbkbd.sh: Echo not ls.
+
+2011-10-15 08:21 +0000 [r12373-12374]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-usbkbd.sh (added): USB keyboard modules finding and loading
+	  at initrd level.
+
+	* Makefile, mod-sata.sh, geninitrd, functions: USB keyboard modules
+	  finding and loading at initrd level.
+
+2011-10-15 07:38 +0000 [r12372]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-sata.sh: Fix PCI_ANY_ID (it is 0xffffffff (~0) and not
+	  0x0000ffff). Change class_mask to always ignore two last digits
+	  (as these are "program interface" and we want any program
+	  interface). Apply class_mask to classes found by lspci. Some
+	  devices (eg. *-hcd) have very specific program interfaces while
+	  we want any of these. Venrod matchin PCI_ANY_ID is also fine for
+	  us. With these changes finding non sata classes also works eg.
+	  finding find_modules_by_class 0c03 (usb) works.
+
+2011-10-02 17:10 +0000 [r12361]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* geninitrd: Warn about missing firmware instead of failing. Some
+	  modules specify firmware files for multiple hardware and you
+	  don't need all of these.
+
+2011-09-15 18:45 +0000 [r12348]  Artur Frysiak <wiget/at/pld-linux.org>
+
+	* mod-luks.sh: Handle /dev/disk/by-uuid/* devices in /etc/crypttab
+
+2011-09-11 20:04 +0000 [r12345]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* Makefile: VERSION 12345
+
+2011-08-25 17:53 +0000 [r12335]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-sata.sh: Left side expands to decimal while right side was in
+	  hex. Convert right side to decimal.
+
+2011-08-24 19:42 +0000 [r12334]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+	* mod-md.sh: Show /proc/mdstat contents in debuginitd mode.
+
+2011-08-19 19:40 +0000 [r12326-12327]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* mod-uvesafb.sh, geninitrd: kill v86d at the end of initrd, to be
+	  able to umount /initrd later
+
+	* geninitrd: Do not send usage() to stderr, let it be useful for
+	  grep(1)-ing or less(1)-ing
+
+2011-08-15 10:24 +0000 [r12325]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: ikconfig: try also /boot/config-$kernel before falling
+	  back to extraction from vmlinuz
+
+2011-08-15 10:06 +0000 [r12324]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* geninitrd: in usage, show full path to program and pass on also
+	  $verbose opt as samples
+
+2011-08-10 10:21 +0000 [r12301]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+	* Makefile: - version, .34 find_depmod() return code fix, r12300
+
 2011-08-04 20:52 +0000 [r12300]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
 	* geninitrd: find_depmod(): Return 0 in non-fatal cases (prevent
@@ -371,15 +456,15 @@
 
 	* mod-sata.sh: - test -n won't work without ""
 
-2010-10-22 13:41 +0000 [r11879]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-22 13:41 +0000 [r11879]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-sata.sh: - 15:36 < arekm> bs: ! -z == -n
 
-2010-10-22 13:19 +0000 [r11878]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-22 13:19 +0000 [r11878]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-sata.sh: - if no sata controller found do nothing
 
-2010-10-20 21:36 +0000 [r11873]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 21:36 +0000 [r11873]  shadzik <shadzik/at/pld-linux.org>
 
 	* geninitrd: - enable sata mod
 
@@ -388,12 +473,12 @@
 	* tests/find-module-by-pciclass.sh, tests/modules.pcimap-2.6.33.4-1
 	  (added): - test possible lspci modes
 
-2010-10-20 21:12 +0000 [r11871]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 21:12 +0000 [r11871]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-sata.sh: - oh yeah, tabs not spaces because it's
 	  suuuuuuuuuuch a difference and matters thaaaaaat much!!!
 
-2010-10-20 21:05 +0000 [r11870]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 21:05 +0000 [r11870]  shadzik <shadzik/at/pld-linux.org>
 
 	* tests/lspci-mod-sata.txt (added): - because glen asked soooooooo
 	  politely
@@ -406,11 +491,11 @@
 
 	* tests/find-module-by-pciclass.sh: - lowercase found module
 
-2010-10-20 20:56 +0000 [r11867]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 20:56 +0000 [r11867]  shadzik <shadzik/at/pld-linux.org>
 
 	* geninitrd: - missing local
 
-2010-10-20 20:53 +0000 [r11866]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 20:53 +0000 [r11866]  shadzik <shadzik/at/pld-linux.org>
 
 	* geninitrd: - show examples for all available kernels
 
@@ -418,7 +503,7 @@
 
 	* TODO: - target compression detection is done
 
-2010-10-20 20:46 +0000 [r11864]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 20:46 +0000 [r11864]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-sata.sh: - lspci -p
 
@@ -435,7 +520,7 @@
 	  (added), tests/sysfs/bus/pci/devices/0000:00:1f.2 (added): - lame
 	  test for sysfs scanning for 0x0101 devices
 
-2010-10-20 20:42 +0000 [r11862]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 20:42 +0000 [r11862]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-sata.sh: - use local variables - get rid of sed/uniq kinda
 	  sucks anyway
@@ -445,38 +530,38 @@
 	* tests/lvmroot.sh, tests/setup-test.sh (added): - setup common
 	  test base
 
-2010-10-20 17:07 +0000 [r11860]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 17:07 +0000 [r11860]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-sata.sh (added), mod-xata.sh (removed): - again, rename - use
 	  only 0106 class
 
-2010-10-20 17:03 +0000 [r11859]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 17:03 +0000 [r11859]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-xata.sh: - check for lspci
 
-2010-10-20 16:59 +0000 [r11858]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 16:59 +0000 [r11858]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-xata.sh (added), mod-autodetect.sh (removed): - rename to
 	  mod-xata.sh, but probably this shiuld be mod-sata, as i tend to
 	  leave just the 0106 class left
 
-2010-10-20 16:55 +0000 [r11856-11857]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 16:55 +0000 [r11856-11857]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-autodetect.sh: - use find_module
 
 	* mod-autodetect.sh: - ignore scsi, mod-scsi.sh is for that - use
 	  $kernel variable instead of uname
 
-2010-10-20 16:50 +0000 [r11855]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 16:50 +0000 [r11855]  shadzik <shadzik/at/pld-linux.org>
 
 	* geninitrd: - this should be done in an other way, arekm says
 
-2010-10-20 15:03 +0000 [r11854]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 15:03 +0000 [r11854]  shadzik <shadzik/at/pld-linux.org>
 
 	* mod-autodetect.sh: - change shebang and add comment like in other
 	  modules
 
-2010-10-20 14:56 +0000 [r11853]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2010-10-20 14:56 +0000 [r11853]  shadzik <shadzik/at/pld-linux.org>
 
 	* geninitrd, mod-autodetect.sh (added): - when PREMODS are not set,
 	  try to autodetect xata/scsi modules
@@ -1259,7 +1344,7 @@
 	* geninitrd: Autoload possibly needed firmware but don't fail if
 	  it's not found. Warnings are prefixed with WARNING string.
 
-2008-05-27 18:57 +0000 [r9780]  Bartosz Świątek <shadzik/at/pld-linux.org>
+2008-05-27 18:57 +0000 [r9780]  shadzik <shadzik/at/pld-linux.org>
 
 	* geninitrd: - glen!! bootsplash doesn't require initramfs, i had
 	  it on romfs until you broke geninitrd :/ - fixed


More information about the pld-cvs-commit mailing list