aboutsummaryrefslogtreecommitdiffstats
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 fb88fe02..01d9d175 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -843,12 +843,6 @@ if [ -x /usr/sbin/system-config-network-cmd ]; then
fi
fi
-# Generate a header that defines the boot kernel.
-# remove after Fedora Core 2
-if [ "${version[0]}" -lt "3" -a "${version[1]}" -lt "6" ]; then
- /sbin/mkkerneldoth
-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
dmesg -s 131072 > /var/log/dmesg