[readonly/geninitrd/devel: 242/334] Updated udev support.

draenog draenog at pld-linux.org
Sat Nov 2 19:31:53 CET 2013


commit 326d9c3abe6e062c20edacc57619892ca38c98ad
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Sep 25 16:58:50 2004 +0000

    Updated udev support.
    
    svn-id: @4653

 geninitrd           | 2 +-
 geninitrd.sysconfig | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/geninitrd b/geninitrd
index 947bc62..36dc963 100755
--- a/geninitrd
+++ b/geninitrd
@@ -43,7 +43,7 @@ rootdev_nr=0
 # default bootsplash is off, if it have to be on, install bootsplash package
 BOOT_SPLASH=no
 
-if [ -f /etc/udev/udev.conf -a -x /sbin/udev.static ]; then
+if [ -f /etc/udev/udev.conf -a -x /sbin/initrd-udev ]; then
 	USE_UDEV="yes"
 	UDEV_TMPFS="yes"
 	. /etc/udev/udev.conf
diff --git a/geninitrd.sysconfig b/geninitrd.sysconfig
index ba44758..d8d2081 100644
--- a/geninitrd.sysconfig
+++ b/geninitrd.sysconfig
@@ -10,6 +10,8 @@ COMPRESS=yes
 ## What filesystem to use (rom or ext2) (PLD has only romfs in kernel)?
 #INITRDFS=rom
 
+USE_UDEV=no
+
 ## Do install SCSI modules (if / is on SCSI partition)?
 PROBESCSI=yes
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/readonly/geninitrd.git/commitdiff/398807324938659207036e520c0950a61ef50c11



More information about the pld-cvs-commit mailing list