ReferencePlatforms/mobile-imaging-linux: Difference between revisions
Jump to navigation
Jump to search
(→OS) |
(→OS) |
||
| Line 1: | Line 1: | ||
==OS== | ==OS Install== | ||
There aren't too many specifics for the operating system that is installed. | There aren't too many specifics for the operating system that is installed. | ||
*Install Fedora 12 32bit | *Install Fedora 12 32bit | ||
| Line 7: | Line 7: | ||
**untick 'Office and Productivity' | **untick 'Office and Productivity' | ||
**tick 'Software Development' | **tick 'Software Development' | ||
*set root password appropriately | |||
==First Run== | |||
Set up time synchronizing as desired, create a user: | |||
*Full Name: Maemo Flashing | |||
*User Name: maemo | |||
*Password : | |||
and send hardware profile. | |||
If your network connection doesn't connect automatically, right click computers with red box/white x and select 'edit connections'. select System eth0 and click edit -> tick connect automatically -> authenticate as root | |||
==Setup OS== | |||
su - | |||
visudo | |||
#uncomment the line | |||
%wheel ALL=(ALL) NOPASSWD: ALL | |||
gpasswd -a maemo wheel | |||
yum install mercurial | |||
==Setup Mozilla Environment== | |||
hg clone http://hg.mozilla.org/build/tools | |||
Revision as of 18:20, 10 May 2010
OS Install
There aren't too many specifics for the operating system that is installed.
- Install Fedora 12 32bit
- select defauts for language options (English, US...)
- when partitioning select 'Use entire disk'
- when selecting software:
- untick 'Office and Productivity'
- tick 'Software Development'
- set root password appropriately
First Run
Set up time synchronizing as desired, create a user:
- Full Name: Maemo Flashing
- User Name: maemo
- Password :
and send hardware profile.
If your network connection doesn't connect automatically, right click computers with red box/white x and select 'edit connections'. select System eth0 and click edit -> tick connect automatically -> authenticate as root
Setup OS
su - visudo #uncomment the line %wheel ALL=(ALL) NOPASSWD: ALL gpasswd -a maemo wheel yum install mercurial
Setup Mozilla Environment
hg clone http://hg.mozilla.org/build/tools