Clarify build step on generating control file

This commit is contained in:
Fabian Mastenbroek 2021-05-02 21:05:35 +02:00
parent 888e5a6f4d
commit 7ef4e4c09a
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -76,7 +76,8 @@ git submodule update --init --recursive
``` ```
#### Building #### Building
First, create the control file for your kernel: First, generate the Debian control file for your kernel by running the following
in your command prompt:
```bash ```bash
debian/rules debian/control debian/rules debian/control
``` ```
@ -118,4 +119,4 @@ You can contribute in various meaningful ways:
* Report a bug through [Github issues](https://github.com/fabianishere/pve-edge-kernel/issues). * Report a bug through [Github issues](https://github.com/fabianishere/pve-edge-kernel/issues).
* Propose new patches and flavors for the project. * Propose new patches and flavors for the project.
* Contribute improvements to the documentation. * Contribute improvements to the documentation.
* Provide feedback about how we can improve the project. * Provide feedback about how we can improve the project.