]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 1a1829915b6b3e2d9b1c3b4b3e51cddfc1ecafe6..c251094d9195c55166662eb9ae0e5798fc8b0102 100644 (file)
@@ -723,14 +723,6 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar</programlisting></para>
             <para><envar>rd.ccw</envar></para>
           </listitem>
         </varlistentry>
-        <varlistentry>
-          <term>
-            <envar>rdcopystate</envar>
-          </term>
-          <listitem>
-            <para><envar>rd.copystate</envar></para>
-          </listitem>
-        </varlistentry>
         <varlistentry>
           <term>
             <envar>rd_DASD_MOD</envar>
index 313e6ab559e6984dc88ae17093b9fe4a2afc570f..201b3e23d15aadfecd4e57410bf2ae7cf80e819b 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