diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 20:39:38 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 20:39:38 +0100 |
commit | b85491e9868b78d1779acb08e9b6718cc17ff141 (patch) | |
tree | db49ab123a4dd10829feb1b1233aa0268cb88e50 /README | |
parent | 0c77a0996eaf110e78dbfab1b3bb4945433eaf81 (diff) | |
download | bootstrap32-b85491e9868b78d1779acb08e9b6718cc17ff141.tar.xz |
prepared everything for stage 3
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -191,3 +191,14 @@ su cross ./prepare_stage2_repo.sh # (we gave it 512 MB) ./build_stage2.sh + +######### +# STAGE 3 +######### + +# Use stage 2 to build base and base-devel. In this phase we don't care +# yet much about testing the packages (as this draws in still too many +# dependencies). But we try to be as close to base + base-devel as possible +# with minimal patching of PKGBUILDs. + +su cross ./prepare_stage3_repo.sh |