Fixed msg about copying images to RAM
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
977095e1d9
commit
827f6a3f2b
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue