Go to file
Pingfan Liu 6832be14f2 dracut-module-setup.sh: pass ip=either6 param for ipv6
Kdump always use _proto=dhcp for both ipv4 and ipv6.  But for ipv6
the dhcp address assignment is not like ipv4, there are different ways
for it, stateless and stateful, see below document:
https://fedoraproject.org/wiki/IPv6Guide

In case stateless, kernel can do the address assignment, dracut use
_proto=auto6;  for stateful case, dracut use _proto=dhcp6.
But it is hard to decide whether stateless or stateful takes effect,
hence, dracut introduces ip=either6 option, which can try both of these
method automatically for us. For detail, refer to dracut:
commit 67354ee 40network: introduce ip=either6 option

We do not see bug reports before because for the most auto6 cases
kernel assign ip address before dhclient, kdump just happened to work.

Signed-off-by: Pingfan Liu <piliu@redhat.com>
2018-07-09 12:43:28 +08:00
anaconda-addon
.gitignore
98-kexec.rules
dracut-early-kdump-module-setup.sh Add early kdump support in initramfs. 2018-05-29 10:19:19 +08:00
dracut-early-kdump.sh Add early kdump support in initramfs. 2018-05-29 10:19:19 +08:00
dracut-kdump-capture.service
dracut-kdump-emergency.service
dracut-kdump-emergency.target
dracut-kdump-error-handler.service
dracut-kdump-error-handler.sh
dracut-kdump.sh
dracut-module-setup.sh dracut-module-setup.sh: pass ip=either6 param for ipv6 2018-07-09 12:43:28 +08:00
dracut-monitor_dd_progress
early-kdump-howto.txt Add early kdump support in initramfs. 2018-05-29 10:19:19 +08:00
fadump-howto.txt
kdump-dep-generator.sh
kdump-in-cluster-environment.txt
kdump-lib-initramfs.sh
kdump-lib.sh move some common functions from kdumpctl to kdump-lib.sh 2018-05-29 10:18:40 +08:00
kdump.conf
kdump.conf.5
kdump.service
kdump.sysconfig
kdump.sysconfig.i386
kdump.sysconfig.ppc64 kdump.sysconfig.ppc64(le): remove "root=" param from ppc64(le) 2nd kernel's command line 2018-03-22 16:15:08 +08:00
kdump.sysconfig.ppc64le kdump.sysconfig.ppc64(le): remove "root=" param from ppc64(le) 2nd kernel's command line 2018-03-22 16:15:08 +08:00
kdump.sysconfig.s390x
kdump.sysconfig.x86_64
kdumpctl move some common functions from kdumpctl to kdump-lib.sh 2018-05-29 10:18:40 +08:00
kdumpctl.8 kdumpctl: add showmem cmd 2018-05-21 14:06:30 +08:00
kexec-kdump-howto.txt
kexec-tools-2.0.3-disable-kexec-test.patch
kexec-tools-2.0.16-koji-build-fail-workaround.patch
kexec-tools.spec dracut-module-setup.sh: pass ip=either6 param for ipv6 2018-07-09 12:43:28 +08:00
live-image-kdump-howto.txt
mkdumprd
mkdumprd.8
README
sources Resolves: bz1594827 2018-06-27 15:09:58 +08:00
zanata-notes.txt

Adding a patch to kexec-tools
=============================
There is a mailing list kexec@lists.fedoraproject.org where all the dicussion
related to fedora kexec-tools happen. All the patches are posted there for
inclusion and committed to kexec-tools after review.

So if you want your patches to be included in fedora kexec-tools package,
post these to kexec@lists.fedoraproject.org.

One can subscribe to list and browse through archives here.

https://admin.fedoraproject.org/mailman/listinfo/kexec