README: describe a bit more `./xbps-src bootstrap`.

This commit is contained in:
Juan RP 2015-05-02 05:30:03 +02:00
parent 73ecdf973d
commit 61c37e3677
1 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,9 @@ in the `srcpkgs` directory.
The `bootstrap` packages are a set of packages required to build any available source package in a container. There are two methods to install the `bootstrap`:
- `bootstrap`: all bootstrap packages will be built from scratch.
- `bootstrap`: all bootstrap packages will be built from scratch; additional utilities are required in the
host system to allow building the `base-chroot` package: binutils, gcc, perl, texinfo, etc.
- `binary-bootstrap`: the bootstrap binary packages are downloaded via XBPS repositories.
If you don't want to waste your time building everything from scratch probably it's better to use `binary-bootstrap`.