summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/suse/functions-10.1
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-02-17 00:34:24 +0100
committerDirk von Suchodoletz2006-02-17 00:34:24 +0100
commit03482e6daed95a62940aa5e6e6eef0e0ea90eaa3 (patch)
tree61215b6e396c271490bb35fca7e658384f743447 /initrd/distro-specs/suse/functions-10.1
parentgoing on with ld4-install (diff)
downloadcore-03482e6daed95a62940aa5e6e6eef0e0ea90eaa3.tar.gz
core-03482e6daed95a62940aa5e6e6eef0e0ea90eaa3.tar.xz
core-03482e6daed95a62940aa5e6e6eef0e0ea90eaa3.zip
postinit function added (e.g. for running udevstart again)
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@78 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/suse/functions-10.1')
-rw-r--r--initrd/distro-specs/suse/functions-10.18
1 files changed, 6 insertions, 2 deletions
diff --git a/initrd/distro-specs/suse/functions-10.1 b/initrd/distro-specs/suse/functions-10.1
index 444c0f1f..267b4a53 100644
--- a/initrd/distro-specs/suse/functions-10.1
+++ b/initrd/distro-specs/suse/functions-10.1
@@ -3,13 +3,13 @@
# changes should be done there, version specific changes for
# the 10.0 here.
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 09-02-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 16-02-2006
# Blabla
# Blub
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
#
-# Version: 0.2.1c
+# Version: 0.2.1d
# distro specific stuff to initialize
preinit () {
@@ -23,6 +23,10 @@ done
echo -e "#!/bin/sh\n:" >/usr/sbin/alsactl
chmod u+x /sbin/* /lib/udev/* /usr/sbin/*
}
+postinit () {
+:
+}
+
# udev service
udev_hotplug () {