docs(zbm): Give an example ip= KCL (#6)

This commit is contained in:
hygienic-books 2023-11-04 00:46:44 +01:00
parent 9560677352
commit 119be2b876

View File

@ -191,6 +191,11 @@ ARCHZBM_NET_AUTOCONF='none'
Note that in this example `ARCHZBM_NET_SERVER_IP` and `ARCHZBM_NET_HOSTNAME` are left unassigned.
This add the following `ip=` instruction to your Kernel Command Line:
```
ip=10.10.10.2::10.10.10.1:255.255.255.0::eth0:none
```
#### SSH
If you want networking indicated by the fact that at least one of the `ARCHZBM_NET_*` variables is set or one of the `ARCHZBM_SSH_*` vars we assume that you want an SSH daemon as well. This comes in the form of a `dropbear` daemon with minimal configurability. Use the following variables to define Dropbear's behavior.