document squashfs config
This commit is contained in:
parent
ab232e2a84
commit
78dd7074da
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ go run cmd/compile/main.go
|
||||||
|
|
||||||
It will compile the kernel located in `linux-sources` and copy the resulting files in the `dist` folder.
|
It will compile the kernel located in `linux-sources` and copy the resulting files in the `dist` folder.
|
||||||
|
|
||||||
|
It uses default kernel config (`make bcmrpi_defconfig`), as recommended by the [official documentation](https://www.raspberrypi.com/documentation/computers/linux_kernel.html#cross-compiling-the-kernel), with the addition of the SquashFS module (`CONFIG_SQUASHFS`, which is required for gokrazy).
|
||||||
|
|
||||||
## Update check
|
## Update check
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue