Move grml2ram tip after rsync v1.139.1-4grml.01
authorMichael Prokop <mika@grml.org>
Mon, 17 Nov 2008 11:15:39 +0000 (12:15 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 17 Nov 2008 11:15:39 +0000 (12:15 +0100)
debian/patches/02_more_verbose_toram.dpatch

index 199306f..c904f6c 100755 (executable)
 +                   fi
 +                else
 +                   if [ -x /bin/rsync ] ; then
-+                   echo " * Copying whole medium to RAM" 1>/dev/console
-+                   echo "   -> Tip: boot using 'grml2ram' or use 'grml toram=...'" 1>/dev/console
-+                   echo "      to copy the image only instead of the whole medium" 1>/dev/console
++                      echo " * Copying whole medium to RAM" 1>/dev/console
 +                      rsync -a --progress ${copyfrom}/* ${copyto} 1>/dev/console  # "cp -a" from busybox also copies hidden files
++                      echo "   -> Tip: boot using 'grml2ram' or use 'grml toram=...'" 1>/dev/console
++                      echo "           to copy the image only instead of the whole medium" 1>/dev/console
 +                   else
 +                      cp -a ${copyfrom}/* ${copyto}   # "cp -a" from busybox also copies hidden files
 +                   fi