summaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit10
1 files changed, 0 insertions, 10 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 9283339c..cd140bfb 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -792,16 +792,6 @@ if [ "${version[0]}" -lt "3" -a "${version[1]}" -lt "6" ]; then
/sbin/mkkerneldoth
fi
-# The special Red Hat kernel library symlink must point to the right library
-# We need to deal with cases where there is no library, and we need to
-# deal with any version numbers that show up.
-shopt -s nullglob
-for library in /lib/kernel/$unamer/libredhat-kernel.so* ; do
- ln -f $library /lib/
- ldconfig -n /lib/
-done
-shopt -u nullglob
-
# Now that we have all of our basic modules loaded and the kernel going,
# let's dump the syslog ring somewhere so we can find it later
dmesg -s 131072 > /var/log/dmesg