base/init: removed rd.copystate
authorHarald Hoyer <harald@redhat.com>
Tue, 12 Apr 2011 06:31:26 +0000 (08:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 12 Apr 2011 06:32:03 +0000 (08:32 +0200)
all files are available in /run/initramfs

dracut.kernel.7.xml
modules.d/99base/init

index 1a18299..c251094 100644 (file)
@@ -725,14 +725,6 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar</programlisting></para>
         </varlistentry>
         <varlistentry>
           <term>
-            <envar>rdcopystate</envar>
-          </term>
-          <listitem>
-            <para><envar>rd.copystate</envar></para>
-          </listitem>
-        </varlistentry>
-        <varlistentry>
-          <term>
             <envar>rd_DASD_MOD</envar>
           </term>
           <listitem>
index 313e6ab..201b3e2 100755 (executable)
@@ -374,16 +374,10 @@ else
     done
 fi
 
-# Debug: Copy state
-if getargbool 0 rd.copystate -y rdcopystate; then
-    cp -axr /tmp/* /run/initramfs/ >/dev/null 2>&1
-fi
-
 info "Switching root"
 
 wait_for_loginit
 
-
 if [ -d "$NEWROOT"/run ]; then
     mount --move /run "$NEWROOT"/run
 else