Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-03-15 23:58:55 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-03-15 23:58:55 -0300
commita80819c3e163076dbc82cf61304ccaa7b400daad (patch)
tree1d4473563edc7e13e15dda51216343215d46ec12
parent8d2aa6f7dbde43d9e4c43346dad4da1d807c80bb (diff)
Fixed msg about copying images to RAM
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r--archiso/hooks/archiso2
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."