tools-musl: fix .gitignore and missed files

This commit is contained in:
Anthony G. Basile 2014-06-09 09:17:31 -04:00
parent 1b33ae243f
commit a7dae541f2
12 changed files with 1231 additions and 2 deletions

11
tools-musl/stage4/README Normal file
View file

@ -0,0 +1,11 @@
This is not ready yet for a full catalyst run. However,
if you have a musl chroot (which you can get from any
gentoo mirror off of /experimental/amd64/musl) then you
can build a new stage by running ./run.sh. It basically
uses the `ROOT=rootfs emerge -e @system` technique.
Once more stuff is integrated into gentoo, we will replace
this with a catalyst scripts.
Anthony G. Basile <blueness@gentoo.org>