Fixed msg about copying images to RAM

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2010-03-15 23:58:55 -03:00
parent 977095e1d9
commit 827f6a3f2b

View File

@ -25,7 +25,7 @@ _mnt_squashfs() {
tmp_mnt="/tmpfs/mnt/${img_name}" tmp_mnt="/tmpfs/mnt/${img_name}"
if [ "${copytoram}" = "y" ]; then 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}" /bin/cp "${img}" "/tmpfs.sqfs/${img_fullname}"
img="/tmpfs.sqfs/${img_fullname}" img="/tmpfs.sqfs/${img_fullname}"
msg "done." msg "done."