]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Updated udev support.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Sep 2004 16:58:50 +0000 (16:58 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Sep 2004 16:58:50 +0000 (16:58 +0000)
svn-id: @4653

geninitrd
geninitrd.sysconfig

index 947bc62fb1f650835e16e9f0bc271c0324e508fa..36dc9632a394ffc7178b0efe0e07f519e22d79c3 100755 (executable)
--- 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
index ba447582e5732dbb76827642047a8fbacfd431c6..d8d20812b40be546e15ffcdbd869273a75e9a142 100644 (file)
@@ -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
 
This page took 1.282244 seconds and 4 git commands to generate.