diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-25 21:14:09 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-25 21:14:09 +0100 |
commit | b4cf5d6e1197c8076b94131ef2495c6d5c6fb89a (patch) | |
tree | b1503402e30c8ef9bd9089bdbf614e70da8baf00 /README | |
parent | 2d2dc3a222e422e49082e0031ac53118c1957a7e (diff) | |
download | bootstrap32-b4cf5d6e1197c8076b94131ef2495c6d5c6fb89a.tar.xz |
building most unproblematic packages in stage3
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -201,4 +201,12 @@ su cross ./prepare_stage2_repo.sh # dependencies). But we try to be as close to base + base-devel as possible # with minimal patching of PKGBUILDs. +# Also ommit most documentation building as it has heavy dependencies. + su cross ./prepare_stage3_repo.sh + +# Build stage 3 on the target architecture and install it onto the +# stage 1 system. Resulting artifacts get stored also back +# in $STAGE3_BUILD. + +./build_stage3.sh |