aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrtyhlpr <its_sead4@gmx.de>2016-03-06 20:44:41 +0100
committerdrtyhlpr <its_sead4@gmx.de>2016-03-06 20:44:41 +0100
commit172ae22b25dc43501e15df4f2ee956cdb2014805 (patch)
tree9a76b22e631694ad16ea2898d3d3b4485ab1bcdb
parent1f5000be9fe21add745d1c9a03c391ddf1321e51 (diff)
downloadrpi2-gen-image-172ae22b25dc43501e15df4f2ee956cdb2014805.tar.gz
rpi2-gen-image-172ae22b25dc43501e15df4f2ee956cdb2014805.tar.bz2
rpi2-gen-image-172ae22b25dc43501e15df4f2ee956cdb2014805.zip
Added: Updated Networking and Keyboard texts
-rw-r--r--README.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9afe18b..dbe0d88 100644
--- a/README.md
+++ b/README.md
@@ -48,16 +48,27 @@ Expand the root partition and filesystem automatically on first boot.
#### Keyboard settings:
These options are used to configure keyboard layout in `/etc/default/keyboard` for console and Xorg. These settings can also be changed inside the running OS using the `dpkg-reconfigure keyboard-configuration` command.
+
##### `XKBMODEL`=""
+Set the name of the model of your keyboard type.
+
##### `XKBLAYOUT`=""
+Set the supported keyboard layout(s).
+
##### `XKBVARIANT`=""
+Set the supported variant(s) of the keyboard layout(s).
+
##### `XKBOPTIONS`=""
+Set extra xkb configuration options.
-#### Networking settings
-These settings are used to set up networking configuration in `/etc/systemd/network/eth.network`.
+#### Networking settings (DHCP)
+This setting is used to set up networking auto configuration in `/etc/systemd/network/eth.network`.
#####`ENABLE_DHCP`=true
-Set the system to use DHCP. When set to "true", the following `NET_*` settings (used for static configuration) are ignored.
+Set the system to use DHCP. This requires an DHCP server.
+
+#### Networking settings (static)
+These settings are used to set up a static networking configuration in /etc/systemd/network/eth.network. The following static networking settings are only supported if `ENABLE_DHCP` was set to `false`.
#####`NET_ADDRESS`=""
Set a static IPv4 or IPv6 address and its prefix, separated by "/", eg. "192.169.0.3/24".