diff --git a/README.md b/README.md index b56f6b1..9cae388 100644 --- a/README.md +++ b/README.md @@ -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.