-
-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add intro for Builder v2 #1409
base: main
Are you sure you want to change the base?
Add intro for Builder v2 #1409
Conversation
cd qubes-builderv2/ | ||
``` | ||
|
||
2. Installing dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This (and the usermod below) needs to be done in the template for the chosen AppVM (if that's on qubes). Or in a StandaloneVM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chosen as in the one we are installing things in?
|
||
4. Finally, you need to generate a docker image: | ||
```shell | ||
$ tools/generate-container-image.sh docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is AppVM, /var/lib/docker is normally not persistent. To make it persistent, use bind-dirs: /rw/config/qubes-bind-dirs.d/docker.conf
:
binds+=( '/var/lib/docker' )
or use StandaloneVM
``` | ||
|
||
This will fetch the sources for the listed package and place them in | ||
`artifacts\sources` directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/
This will fetch the sources for the listed package and place them in | ||
`artifacts\sources` directory. | ||
|
||
To build a package (from sources in the `artifacts\sources` directory), use: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/
|
||
If you want to fetch entire Qubes OS sources (caution: some repositories might | ||
have additional requirements; you can disable repositories that are not | ||
needed in the `example-configs\*.yml` file you are using by commenting them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/
one new word: SRPM (wiki says it exists) |
Add a simple introduction to using builder v2, for people who like me got intimidated by the readme.