Go to file
WANG Chao c3635964c4 Remove "ip=" overwrite to 40ip.conf
Currently we overwrite 40ip.conf to make ip and ifname both at the first
line. But getarg() of dracut doesn't have the limitation that all
cmdline args should be at the first line. Therefore, we can remove the
overwrite safely.

After applying this patch, in 2nd kernel,

kdump:/# cat /etc/cmdline.d/40ip.conf
 ip=eth0:dhcp
 ifname=eth0:52:54:00:b2:98:05
kdump:/# source /usr/lib/dracut/dracut-lib.sh
kdump:/# getarg ip
ip=eth0:dhcp
kdump:/# getarg ifname
ifname=eth0:52:54:00:b2:98:05

Signed-off-by: WANG Chao <chaowang@redhat.com>
Acked-by: Baoquan He <bhe@redhat.com>
2013-05-14 11:13:25 +08:00
po
.gitignore Pull kexec-tools-2.0.4 2013-04-02 11:35:30 +08:00
98-kexec.rules
dracut-kdump.sh
dracut-module-setup.sh Remove "ip=" overwrite to 40ip.conf 2013-05-14 11:13:25 +08:00
dracut-monitor_dd_progress
firstboot_kdump.py
kdump.conf add dracut_args option to kdump.conf 2013-04-27 10:44:48 +08:00
kdump.conf.5 add dracut_args option to kdump.conf 2013-04-27 10:44:48 +08:00
kdump.init
kdump.service
kdump.sysconfig
kdump.sysconfig.i386
kdump.sysconfig.ia64
kdump.sysconfig.ppc64
kdump.sysconfig.s390x
kdump.sysconfig.x86_64
kdumpctl add dracut_args option to kdump.conf 2013-04-27 10:44:48 +08:00
kexec-kdump-howto.txt
kexec-tools-2.0.3-build-makedumpfile-eppic-shared-object.patch
kexec-tools-2.0.3-disable-kexec-test.patch
kexec-tools.spec kexec-tools.spec: Add ethtool to dependency. 2013-04-11 17:01:43 +08:00
mkdumprd add dracut_args option to kdump.conf 2013-04-27 10:44:48 +08:00
mkdumprd.8
rhcrashkernel-param
sources Pull kexec-tools-2.0.4 2013-04-02 11:35:30 +08:00
zanata-notes.txt