summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-05 18:52:40 +0200
committerDirk von Suchodoletz2007-05-05 18:52:40 +0200
commit551eadaad5a012df62de3c6f6e7985439a759135 (patch)
tree88556396c3dae3ba78868451d8281471fb129dc7 /initramfs/initrd-stuff/etc/functions
parent* mkdxsinitrd now determines DISTRO and DISTRO_VER from the given ROOTPATH (diff)
downloadcore-551eadaad5a012df62de3c6f6e7985439a759135.tar.gz
core-551eadaad5a012df62de3c6f6e7985439a759135.tar.xz
core-551eadaad5a012df62de3c6f6e7985439a759135.zip
Started to remove distro-specific udev from stage3 (was already done for
mkdxsinitrd, so no need there :-)), please check for other distros too (see tickets #129, #130) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1002 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
-rw-r--r--initramfs/initrd-stuff/etc/functions5
1 files changed, 3 insertions, 2 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index fa4f2ba4..fa10b8f9 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -35,7 +35,7 @@ udev_hotplug () {
}
#############################################################################
-# generate events with the sysfs trigger
+# generate events with the sysfs trigger (most probably obsolete)
trigger_device_events () {
local list=$(echo /sys/bus/*/devices/*/uevent)
list="$list $(echo /sys/class/*/*/uevent)"
@@ -63,7 +63,8 @@ trigger_device_events () {
}
#############################################################################
-# mini udev of busybox or distro specific udev_hotplug
+# mini udev of busybox (most probably obsolete: or distro specific
+# udev_hotplug)
runudev () {
if [ -x /bin/mdev ] ; then
mdev -s