summaryrefslogtreecommitdiff
path: root/scripts/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* scripts/bootstrap: Fix eglibc2 buildSam Thursfield2013-01-291-1/+1
|
* Merge remote-tracking branch 'origin/samthursfield/build-essential'Lars Wirzenius2013-01-281-3/+5
| | | | Fixed long lines in scripts/bootstrap while merging.
* Add script to manually create a build-essential staging fillerSam Thursfield2013-01-241-0/+553
This functionality, of building a build-essential staging filler using host tools rather than a staging chroot, will eventually be done by Morph (and best of all, it will be done automatically when changes are made to the build-essential stratum). The script doesn't handle fetching source, so to use the script, you require a base directory which must contain a 'gits' subdirectory with a checkout of each chunk. Beyond this the build process is handled by the script, except for installing fhs-dirs (which requires root priviliges and must be done manually).