From d3ef8a2c10f9f37ab69015159868f78f3f8a2f61 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 17 Nov 2008 12:15:39 +0100 Subject: [PATCH] Move grml2ram tip after rsync --- debian/patches/02_more_verbose_toram.dpatch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/02_more_verbose_toram.dpatch b/debian/patches/02_more_verbose_toram.dpatch index 199306f..c904f6c 100755 --- a/debian/patches/02_more_verbose_toram.dpatch +++ b/debian/patches/02_more_verbose_toram.dpatch @@ -33,10 +33,10 @@ + 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 -- 2.1.4