[arch-releng] [PATCH 12/13] Fixed msg about copying images to RAM

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Tue Mar 16 07:29:22 CET 2010


Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 archiso/hooks/archiso |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso
index c1821d4..592003b 100644
--- a/archiso/hooks/archiso
+++ b/archiso/hooks/archiso
@@ -25,7 +25,7 @@ _mnt_squashfs() {
     tmp_mnt="/tmpfs/mnt/${img_name}"
 
     if [ "${copytoram}" = "y" ]; then
-        msg -n ":: Copying squashfs image to RAM"
+        msg -n ":: Copying squashfs image to RAM..."
         /bin/cp "${img}" "/tmpfs.sqfs/${img_fullname}"
         img="/tmpfs.sqfs/${img_fullname}"
         msg "done."
-- 
1.7.0.2




More information about the arch-releng mailing list