mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-21 13:14:27 -04:00
describe pre-built component selection
This commit is contained in:
parent
4deb30f575
commit
579030fee4
1 changed files with 7 additions and 1 deletions
|
@ -145,7 +145,13 @@ Before creating the `chroot`, add this to your `builder.conf`:
|
||||||
USE_QUBES_REPO_VERSION = $(RELEASE)
|
USE_QUBES_REPO_VERSION = $(RELEASE)
|
||||||
|
|
||||||
It will add the 'current' Qubes repository to your `chroot` environment.
|
It will add the 'current' Qubes repository to your `chroot` environment.
|
||||||
This way, you can build only the packages you are interested in.
|
Next, specify which components (`gcc`, for example) you do *not* want to compile:
|
||||||
|
|
||||||
|
COMPONENTS := $(filter-out gcc,$(COMPONENTS))
|
||||||
|
|
||||||
|
Alternatively, edit the actual COMPONENTS list which is defined in the included version-dependent config from example-configs (see series of include directives near the beginning of `builder.conf`).
|
||||||
|
This way, you can build only the packages in which you are interested.
|
||||||
|
|
||||||
If you also want to use the 'current-testing' repository, add this to your configuration:
|
If you also want to use the 'current-testing' repository, add this to your configuration:
|
||||||
|
|
||||||
USE_QUBES_REPO_TESTING = 1
|
USE_QUBES_REPO_TESTING = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue