mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
make clear components will be downloaded
This commit is contained in:
parent
d329766e49
commit
bed97cac64
@ -145,7 +145,7 @@ 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.
|
||||||
Next, specify which components (`gcc`, for example) you do *not* want to compile:
|
Next, specify which components (`gcc`, for example) you want to download instead of compiling:
|
||||||
|
|
||||||
COMPONENTS := $(filter-out gcc,$(COMPONENTS))
|
COMPONENTS := $(filter-out gcc,$(COMPONENTS))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user