You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--clean-image remove Docker/Podman image from the host machine after
180
-
build
181
-
--clean autoclean 'assets' folder if it exists
182
-
--ksu add KernelSU support
183
-
--defconfig DEFCONFIG
184
-
specify path to custom defconfig
185
-
```
186
-
187
-
### Bundle
188
-
189
-
The `bundle` command is a combined usage of kernel builder and assets collector core modules.
190
-
191
-
This is especially useful for linking the kernel build with the appropriate ROM build.
192
-
193
-
There are cases when an old kernel build is used with the newer ROM build. Such cases can ultimately lead to your system working improperly or breaking down completely, which is why it is important to use a *specific* kernel build with a corresponding ROM build.
194
-
195
-
Currently, there are three types of packaging available:
196
-
197
-
-`conan`;
198
-
-`slim`;
199
-
-`full`.
200
-
201
-
Options `full` and `conan` collect all of the assets required to successfuly flash the kernel onto your device. The difference between the two is that `full` option places everything into a local directory, while `conan` organizes everything as a Conan package.
202
-
203
-
Option named `slim` is a much lighter version of `full` packaging, as only the ROM is collected from the asset list. This is done to reduce package sizes while ensuring the kernel+ROM compatibility.
-[kali-nethunter-kernel](https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-kernel): official kernel patches from Kali NetHunter project.
148
+
-[kali-nethunter-kernel](https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-kernel) : Official kernel patches from Kali NetHunter project.
0 commit comments