kdump.conf: remove link_delay

Dracut and udev handles bringing up network, remove the legacy link_delay

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
This commit is contained in:
Dave Young 2012-06-06 16:22:25 +08:00
parent 7eb9e92430
commit c146bafd6d
2 changed files with 0 additions and 19 deletions

View File

@ -38,15 +38,6 @@
# as the initrd will automatically be populated with
# a config file appropriate for the running kernel.
#
# link_delay <seconds>
# - Some network cards take a long time to initialize, and
# some spanning tree enabled networks do not transmit
# user traffic for long periods after a link state
# changes. This optional parameter defines a wait
# period after a link is activated in which the
# initramfs will wait before attempting to transmit
# user data.
#
# kdump_post <binary | script>
# - This directive allows you to run a specified
# executable just after the memory dump process
@ -105,7 +96,6 @@
#sshkey /root/.ssh/kdump_id_rsa
#path /var/crash
#core_collector makedumpfile -c
#link_delay 60
#kdump_post /var/crash/scripts/kdump-post.sh
#extra_bins /usr/bin/lftp
#disk_timeout 30

View File

@ -76,15 +76,6 @@ here, as the initrd will automatically be populated with a config file
appropriate for the running kernel.
.RE
.B link_delay <seconds>
.RS
Some network cards take a long time to initialize, and some spanning
tree enabled networks do not transmit user traffic for long periods
after a link state changes. This optional parameter defines a wait
period after a link is activated in which the initramfs will wait
before attempting to transmit user data.
.RE
.B kdump_post <binary | script>
.RS
This directive allows you to run a specified