diff options
author | Bill Nottingham <notting@redhat.com> | 2004-08-18 21:20:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-08-18 21:20:56 +0000 |
commit | 81460d38825c32538f1f4e6749c51485ed83a9a4 (patch) | |
tree | 6507e78c0cdf68da00dfbf148d0bb41858ba6215 /rc.d | |
parent | 9c706f8bad8439ac35a467bbd3672b90b0a6c7c0 (diff) | |
download | initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar.gz initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar.bz2 initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar.xz initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.zip |
remove mkkerneldoth
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
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 |