RootfsFromScratch

Differences between revisions 1 and 2
Revision 1 as of 2009-01-23 15:33:54
Size: 507
Editor: p5098ed03
Comment:
Revision 2 as of 2009-01-23 15:37:44
Size: 941
Editor: p5098ed03
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
./build-arm-rootfs --fqdn beagleboard --login ogra --password temppwd --imagesize 2G --seed xubuntu-desktop sudo ./build-arm-rootfs --fqdn beagleboard --login ogra --password temppwd --imagesize 2G --seed xubuntu-desktop
Line 10: Line 10:

The options --fqdn (or -f), --login (or -l) and --password (-p) are required for the initial setup. Calling the script with --help shows you all the additional options that can be used to change the setup of the created rootfs.

 /!\ Recommendation: Don't pick a serious password if you plan to install this rootfs on other systems as well, rather pick something trivial and change your user password after the first login.

This page describe the process to build a root filesystem for an armel target device from scratch.

A script that automates this process was created by the ubuntu mobile team, it can be downloaded here

The following example will create a tarball of a xubuntu-desktop based image for your target device (i.e. a beagleboard):

sudo ./build-arm-rootfs --fqdn beagleboard --login ogra --password temppwd --imagesize 2G --seed xubuntu-desktop

The options --fqdn (or -f), --login (or -l) and --password (-p) are required for the initial setup. Calling the script with --help shows you all the additional options that can be used to change the setup of the created rootfs.

  • Warning /!\ Recommendation: Don't pick a serious password if you plan to install this rootfs on other systems as well, rather pick something trivial and change your user password after the first login.

ARM/RootfsFromScratch (last edited 2011-01-11 20:51:24 by 63)