Clarify build step on generating control file
This commit is contained in:
parent
888e5a6f4d
commit
7ef4e4c09a
1 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,8 @@ git submodule update --init --recursive
|
|||
```
|
||||
|
||||
#### 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
|
||||
debian/rules debian/control
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue