index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-03-15 23:58:55 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-03-15 23:58:55 -0300 |
commit | 827f6a3f2bf8383abafe165a4ffcba3fb526c790 (patch) | |
tree | ece1d1fb0f66d78c5d5c7246b0f538b7fc22fa51 /archiso/hooks | |
parent | 977095e1d9b4e328a5e911e03aaa52a4be9f15dc (diff) |
-rw-r--r-- | archiso/hooks/archiso | 2 |
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." |