Ifcfg depends on network module, which is quite large (20M) and useless when using a local kdump target. Also we don't really need ifcfg to setup network interfaces. So just remove it.
Signed-off-by: Dangyi Liu dliu@redhat.com --- mkdumprd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdumprd b/mkdumprd index 28ecdd7..6e3d975 100644 --- a/mkdumprd +++ b/mkdumprd @@ -17,7 +17,7 @@ SAVE_PATH=$(grep ^path $conf_file| cut -d' ' -f2) SAVE_PATH=$(echo $SAVE_PATH | tr -s /)
extra_modules="" -dracut_args=("--hostonly" "-o" "plymouth dash resume") +dracut_args=("--hostonly" "-o" "plymouth dash resume ifcfg") OVERRIDE_RESETTABLE=0
perror_exit() {
On 08/06/15 at 05:47pm, Dangyi Liu wrote:
Ifcfg depends on network module, which is quite large (20M) and useless when using a local kdump target. Also we don't really need ifcfg to setup network interfaces. So just remove it.
Signed-off-by: Dangyi Liu dliu@redhat.com
mkdumprd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdumprd b/mkdumprd index 28ecdd7..6e3d975 100644 --- a/mkdumprd +++ b/mkdumprd @@ -17,7 +17,7 @@ SAVE_PATH=$(grep ^path $conf_file| cut -d' ' -f2) SAVE_PATH=$(echo $SAVE_PATH | tr -s /)
extra_modules="" -dracut_args=("--hostonly" "-o" "plymouth dash resume") +dracut_args=("--hostonly" "-o" "plymouth dash resume ifcfg") OVERRIDE_RESETTABLE=0
perror_exit() {
2.4.3
kexec mailing list kexec@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/kexec
ACK
Thanks Dave
Hi Dyangyi,
I have questions.
On 08/06/15 at 05:47pm, Dangyi Liu wrote:
Ifcfg depends on network module, which is quite large (20M) and useless
As we discussed this 20M comes from network modules setup. You should point it out in git log.
when using a local kdump target. Also we don't really need ifcfg to setup network interfaces. So just remove it.
How does it go when we do a network dump? This need be tested and the test result need be mentioned here.
Signed-off-by: Dangyi Liu dliu@redhat.com
mkdumprd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdumprd b/mkdumprd index 28ecdd7..6e3d975 100644 --- a/mkdumprd +++ b/mkdumprd @@ -17,7 +17,7 @@ SAVE_PATH=$(grep ^path $conf_file| cut -d' ' -f2) SAVE_PATH=$(echo $SAVE_PATH | tr -s /)
extra_modules="" -dracut_args=("--hostonly" "-o" "plymouth dash resume") +dracut_args=("--hostonly" "-o" "plymouth dash resume ifcfg") OVERRIDE_RESETTABLE=0
perror_exit() {
2.4.3
kexec mailing list kexec@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/kexec
Once it passes the network dumping, I think it is fine for me.
Also it prefers to paste the total memory usage with/without ifcfg in the commit log.
Thanks Minfei
On 08/06/15 at 05:47pm, Dangyi Liu wrote:
Ifcfg depends on network module, which is quite large (20M) and useless when using a local kdump target. Also we don't really need ifcfg to setup network interfaces. So just remove it.
Signed-off-by: Dangyi Liu dliu@redhat.com
mkdumprd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdumprd b/mkdumprd index 28ecdd7..6e3d975 100644 --- a/mkdumprd +++ b/mkdumprd @@ -17,7 +17,7 @@ SAVE_PATH=$(grep ^path $conf_file| cut -d' ' -f2) SAVE_PATH=$(echo $SAVE_PATH | tr -s /)
extra_modules="" -dracut_args=("--hostonly" "-o" "plymouth dash resume") +dracut_args=("--hostonly" "-o" "plymouth dash resume ifcfg") OVERRIDE_RESETTABLE=0
perror_exit() {
2.4.3
kexec mailing list kexec@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/kexec