How can I change linino homepage texts?

I'm trying change the text on linino homepage but I'm not able. I'm searching in files.lua, specially index.lua but nothing to do.

Texts are :

"Welcome to your Arduino Yùn ....." and "WELCOME TO "nameofconsole" , YOUR ARDUINO YùN..."

The texts are also in images attached.

Many thanks who will help me!

Bye

Rossano

homepage_yun_1_mod.jpg

http://forum.arduino.cc/index.php?topic=208908.msg1606818#msg1606818

nano /usr/lib/lua/luci/view/arduino/homepage.htm

<h2>Welcome to <strong><%= hostname %></strong>, your Arduino Y&uacute;n</h2>

Solved! Great! Many thanks :wink:

bye

Rossano

OK, now you have customer home page of Yun, the easiest way to implement into a group of machines is
copy modified "homepage.htm" into build directory. My case is "~/openwrt-yun/files". under files directory make file structure "usr/lib/lua/luci/view/arduino/homepage.htm". Rebuild image then upload image to all Yun which need new customer home page.