index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-10 21:35:47 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-10 21:35:47 +0100 |
commit | c8daadccefa390907f500ca3a2621312e2a2dcb6 (patch) | |
tree | 5b14e1edd1893dd75922fc4b6dbf2b4e97d40c36 /README | |
parent | 9d8946a6ecfc19d01d8da12f20572bbfc556977f (diff) |
-rw-r--r-- | README | 8 |
@@ -226,3 +226,11 @@ su cross ./prepare_stage3_repo.sh # (we gave it 512 MB). s-nail needs much more (we gave it 2 GB). ./build_stage3.sh + +######### +# STAGE 4 +######### + +# Use stage 3 to build base and base-devel again. In this phase we try to +# use vanilla PKGBUILDs as much as possible, also building documentation +# and do all the testing. |