summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* change bootstrap to use the morphs repo master branchLars Wirzenius2011-11-301-1/+1
|
* Remove -n from ldconfig callLars Wirzenius2011-11-251-1/+1
|
* Create etc only if it does not existLars Wirzenius2011-11-251-1/+1
|
* Create tree/etc/ld.so.conf and run ldconfig in chrootLars Wirzenius2011-11-251-6/+19
|
* Tell morph the max number of jobs in parallel explicitlyLars Wirzenius2011-11-241-0/+1
| | | | | | | | | We run morph in a chroot, where it has no access to /proc/cpuinfo, and that makes it not be able to count the CPUs correctly, so it thinks it only has one. When we tell it the count explicitly (from outside the chroot, where we do have /proc/cpuinfo), things'll work better.
* Terminate after making a snapshotLars Wirzenius2011-11-241-0/+2
|
* Set JOBS based on available CPUsLars Wirzenius2011-11-241-1/+3
|
* Make work on new machineLars Wirzenius2011-11-241-3/+5
|
* Do not change the arch tuples willy-nillyLars Wirzenius2011-11-231-1/+1
|
* Fixes to make bootstrap work betterLars Wirzenius2011-11-231-2/+3
|
* Optionally do a snapshot of treeLars Wirzenius2011-11-221-0/+7
|
* Use host's coreutils when appropriateLars Wirzenius2011-11-211-43/+49
|
* Fix $LFS path in bootstrap scriptLars Wirzenius2011-11-211-1/+1
| | | | | | Making it relative to the current working directory should mean no configuration being needed. Which would be nice.
* Add script to bootstrap Baserock development toolchainLars Wirzenius2011-11-211-0/+813
This is based on Linux From Scratch 7.0.