From: Harald Hoyer Date: Thu, 10 Mar 2011 18:16:29 +0000 (+0100) Subject: base/init: copy /init.log with rd.copystate=1 X-Git-Tag: 009~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d7fe72bbb6d0125b7be8d042200b2573b1af751;p=thirdparty%2Fdracut.git base/init: copy /init.log with rd.copystate=1 --- diff --git a/modules.d/99base/init b/modules.d/99base/init index becc8d4e0..f5851d9bf 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -344,7 +344,7 @@ fi # Debug: Copy state if getargbool 0 rd.copystate -y rdcopystate; then - cp /tmp/* /dev/.run/initramfs/ >/dev/null 2>&1 + cp /init.log /tmp/* /dev/.run/initramfs/ >/dev/null 2>&1 fi if getargbool 1 rd.timestamp; then