summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-11 01:00:29 +0200
committerDirk von Suchodoletz2007-05-11 01:00:29 +0200
commit2a896ef06c5fdefad689bf81b2588b3a26537cc0 (patch)
tree827ab4a0e40ee79f33edef2c7552e16a2cf2a819 /initramfs/distro-specs
parentSwitched to much more flexible disk formatting for /tmp (starting with (diff)
downloadcore-2a896ef06c5fdefad689bf81b2588b3a26537cc0.tar.gz
core-2a896ef06c5fdefad689bf81b2588b3a26537cc0.tar.xz
core-2a896ef06c5fdefad689bf81b2588b3a26537cc0.zip
Removed udev stuff (from main scripts and suse specific) ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1041 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs')
-rw-r--r--initramfs/distro-specs/suse/functions-10.032
-rw-r--r--initramfs/distro-specs/suse/functions-9.39
2 files changed, 12 insertions, 29 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.0 b/initramfs/distro-specs/suse/functions-10.0
index 7151c9c0..a33fe426 100644
--- a/initramfs/distro-specs/suse/functions-10.0
+++ b/initramfs/distro-specs/suse/functions-10.0
@@ -1,26 +1,18 @@
-# OpenSLX configuration functions for SuSE 10.0 which differ from functions
-# defined in general SuSE base settings ... General changes should be done
-# there, version specific changes for the 10.0 here.
+# Copyright (c) 2003 - 2006 - RZ Uni Freiburg
+# Copyright (c) 2006, 2007 - OpenSLX GmbH
#
-# Dirk von Suchodoletz <dvs@openslx.com>, 28-10-2006
+# This program/file is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
#
-# (c) 2006 - RZ Universitaet Freiburg
-# (c) 2006 - OpenSLX.ORG Project
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your feedback to feedback@openslx.org
+#
+# General information about OpenSLX can be found under http://openslx.org
+#
+# Configuration functions for SuSE 10.0 which differ from functions defined
+# in general SuSE base definitions ... General changes should be done there,
+# version specific changes for the version 10.0 go here.
-# udev service
-udev_hotplug () {
-local result=0
-echo "Starting udev"
-udevstart || result=1
-if [ -x /bin/udevd ] ; then
- export UDEVD_EXPECTED_SEQNUM=$(cat /sys/kernel/hotplug_seqnum)
- export UDEVD_EVENT_TIMEOUT=1
- echo "" > /proc/sys/kernel/hotplug
- udevd --daemon || result=1
-else error "$df_errudev" nonfatal
-fi
-return $result
-}
# prepare virtual machine environment (vmware, vmplayer)
config_vmware () {
diff --git a/initramfs/distro-specs/suse/functions-9.3 b/initramfs/distro-specs/suse/functions-9.3
index efd88b35..89e13033 100644
--- a/initramfs/distro-specs/suse/functions-9.3
+++ b/initramfs/distro-specs/suse/functions-9.3
@@ -13,15 +13,6 @@
# in general SuSE base definitions ... General changes should be done there,
# version specific changes for the 9.3 go here.
-# udev/hotplug - auto device discovery service (deprecated)
-udev_hotplug () {
-local result=0
-[ -d /etc/hotplug -a -d /etc/hotplug.d ] || error "$df_errhotpl" nonfatal
-udevstart || result=1
-udevd -d || result=1
-return $result
-}
-
# acpi and powersave
config_acpi () {
rllinker powersaved "10" "12"