diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 21:15:27 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 21:15:27 +0100 |
commit | b65446e7266cca71d3505637da9191a1dd169e14 (patch) | |
tree | 4c869024d30a293862c837eadf21ad60edada9ea /README | |
parent | cec99062ad5e9d50de1d9c28cc1e2f8ad8e45247 (diff) | |
download | bootstrap32-b65446e7266cca71d3505637da9191a1dd169e14.tar.xz |
finished all uncritical packages in stage 3, up to pacman
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -209,8 +209,10 @@ su cross ./prepare_stage2_repo.sh # - libgcrypt without libsecret # - ldns unbound dnssec-anchors are all in a cyrcle -# some packages are simply to hard to build: +# some packages are simply to hard or important to build: # - libsecret: needs glib2 which is not buildable in stage3 +# - licenses: needs links, we don't care for stage3 as they will not +# go public in the end su cross ./prepare_stage3_repo.sh |