From 119be2b8765189f34beee77e650fe3884bf407b8 Mon Sep 17 00:00:00 2001 From: hygienic-books <hygienic-books@tentic.net> Date: Sat, 4 Nov 2023 00:46:44 +0100 Subject: [PATCH] docs(zbm): Give an example ip= KCL (#6) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.