summaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit6
1 files changed, 0 insertions, 6 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index b08a40c3..5edfeb59 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -526,12 +526,6 @@ fi
if [ ! -e /boot/System.map -a -r /boot/System.map-`uname -r` ] ; then
ln -s -f System.map-`uname -r` /boot/System.map
fi
-if [ -L /boot/module-info -a -r /boot/module-info-`uname -r` ] ; then
- ln -s -f module-info-`uname -r` /boot/module-info
-fi
-if [ ! -e /boot/module-info -a -r /boot/module-info-`uname -r` ] ; then
- ln -s -f module-info-`uname -r` /boot/module-info
-fi
# 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