summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* update cliapp to 0.23Rob Taylor2012-01-101-6/+6
|
* make sure $alltarballs directory exists before trying to use itRob Taylor2012-01-101-0/+1
|
* build from morphs repo master branchLars Wirzenius2012-01-091-3/+3
| | | | liw/foo was my temporary stuff
* add missing call to explicitly build glibc during bootstrapLars Wirzenius2012-01-091-0/+1
|
* Merge branch 'liw/foo'Lars Wirzenius2012-01-091-18/+63
|\ | | | | | | Fixed conflict in baserock-bootstrap
| * build the devel system strata and then assemble a system image by handLars Wirzenius2012-01-061-2/+48
| | | | | | | | | | | | Building a system image breaks because we would need to put in more tools into the devel stratum, which is too much work right now. This is a workaround that will be taken out later.
| * build devel systemLars Wirzenius2012-01-061-1/+1
| |
| * build foundation instead of devel; copy files fully instead of linkingLars Wirzenius2012-01-061-2/+3
| | | | | | | | | | The linking seems to fail if the target already exists. Not worth making a better fix, since this code needs to go away completely.
| * build glibc instead of eglibcLars Wirzenius2012-01-051-15/+13
| |
| * deal with tarball not having libc/ directoryLars Wirzenius2012-01-051-2/+2
| | | | | | | | When did this change? Why do things keep breaking randomly? Meh.
* | Fix some build issuesRichard Maw2012-01-031-3/+3
| |
* | Alter bootstrap script to fix some issues I was havingRichard Maw2011-12-161-4/+7
|/ | | | | | | | Force serial build Add LD_LIBRARY_PATH, so if ld.so.cache is stale it will always be able to look if the default path misses those directories. Currently unused as morph doesn't pass all environment variables to subprograms. Run env after the chroot, so environment variables are set inside
* copy allsources first, then downloadLars Wirzenius2011-12-141-1/+1
| | | | Otherwise we always download everything.
* remove fake fakeroot and sudo from chroot and make morph not use them when ↵Richard Maw2011-12-141-7/+0
| | | | | | running as root This is just sufficient to get stuff working for bootstrapping.
* use wget-list from the directory where baserock-bootstrap existsLars Wirzenius2011-12-141-1/+1
|
* Update file locations for wget and script fixesRichard Maw2011-12-141-7/+16
| | | | | | | | cliapp changed version, so the version numbers needed to be bumped Removed the manpages download from wget-list, the link broke and they don't appear to be needed Change the bootstrap script to mount /proc as it is needed by cliapp
* build eglibc instead of glibc in stage 1Lars Wirzenius2011-12-141-13/+16
|
* 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.