From 827f6a3f2bf8383abafe165a4ffcba3fb526c790 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 15 Mar 2010 23:58:55 -0300 Subject: Fixed msg about copying images to RAM Signed-off-by: Gerardo Exequiel Pozzi --- archiso/hooks/archiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso') 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." -- cgit v1.2.2