Created
July 21, 2011 01:50
-
-
Save adamvr/1096345 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo rootstock --fqdn beagleboard \ | |
| --login my_user \ | |
| --password my_pwd \ | |
| --imagesize 1G \ | |
| --dist maverick \ | |
| --serial ttyS2 \ | |
| --seed alsa-utils,vim,git,build-essential \ | |
| --components "main universe multiverse" \ | |
| --kernel-image http://rcn-ee.net/deb/maverick/v2.6.37-x1/linux-image-2.6.37-x1_1.0maverick_armel.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment