@@ -329,6 +329,18 With this parameter set to true the script expects the existing kernel sources d | |||||
329 | ##### `RPI_FIRMWARE_DIR`="" |
|
329 | ##### `RPI_FIRMWARE_DIR`="" | |
330 | The directory (`firmware`) containing a local copy of the firmware from the [RaspberryPi firmware project](https://github.com/raspberrypi/firmware). Default is to download the latest firmware directly from the project. |
|
330 | The directory (`firmware`) containing a local copy of the firmware from the [RaspberryPi firmware project](https://github.com/raspberrypi/firmware). Default is to download the latest firmware directly from the project. | |
331 |
|
331 | |||
|
332 | ##### `KERNEL_NF`=false | |||
|
333 | Enable Netfilter modules as kernel modules (systemd compilations about it (File /lib/systemd/system/systemd-journald.server:36 configures an IP firewall (IPAddressDeny=all), but the local system does not support BPF/cgroup based firewalls) | |||
|
334 | ||||
|
335 | ##### `KERNEL_VIRT`=false | |||
|
336 | Enable Kernel KVM support (/dev/kvm) | |||
|
337 | ||||
|
338 | ##### `KERNEL_ZSWAP`=false | |||
|
339 | Enable Kernel Zswap support. Best use on high RAM load and mediocre CPU load usecases | |||
|
340 | ||||
|
341 | ||||
|
342 | ||||
|
343 | ||||
332 | --- |
|
344 | --- | |
333 |
|
345 | |||
334 | #### Reduce disk usage: |
|
346 | #### Reduce disk usage: |
@@ -103,10 +103,6 if [ "$BUILD_KERNEL" = true ] ; then | |||||
103 | fi |
|
103 | fi | |
104 |
|
104 | |||
105 | if [ "$KERNEL_VIRT" = true ] && ( [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ) ; then |
|
105 | if [ "$KERNEL_VIRT" = true ] && ( [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ) ; then | |
106 | # Submit PRs with edits targeting the _bottom_ of this file |
|
|||
107 | # Please set modules where possible, rather than building in, and |
|
|||
108 | # provide a short rationale comment for the changes made |
|
|||
109 |
|
||||
110 | # enable basic KVM support; see e.g. |
|
106 | # enable basic KVM support; see e.g. | |
111 | # https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=210546&start=25#p1300453 |
|
107 | # https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=210546&start=25#p1300453 | |
112 |
|
108 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant