This package contains fennec (Mobile Firefox) M7 binaries, built for Moblin2 platform. To run fennec on your Netbooks, Nettops and MIDs, enter the following commands in an xterm:
$ bunzip2 fennec-0.7.en-US.linux-i686.tar.bz2
$ tar xvf fennec-0.7.en-US.linux-i686.tar
$ cd fennec
$ ./fennec
If you are behind a firewall, you need to set your proxy as follows before running fennec:
$ export http_proxy="proxy_server_name:port_number"
$ export https_proxy=$http_proxy
$ export no_proxy="intel.com"