##// END OF EJS Templates
Added: Updated Networking and Keyboard texts
drtyhlpr -
r53:172ae22b25dc
parent child
Show More
@@ -48,16 +48,27 Expand the root partition and filesystem automatically on first boot.
48 48
49 49 #### Keyboard settings:
50 50 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.
51
51 52 ##### `XKBMODEL`=""
53 Set the name of the model of your keyboard type.
54
52 55 ##### `XKBLAYOUT`=""
56 Set the supported keyboard layout(s).
57
53 58 ##### `XKBVARIANT`=""
59 Set the supported variant(s) of the keyboard layout(s).
60
54 61 ##### `XKBOPTIONS`=""
62 Set extra xkb configuration options.
55 63
56 #### Networking settings
57 These settings are used to set up networking configuration in `/etc/systemd/network/eth.network`.
64 #### Networking settings (DHCP)
65 This setting is used to set up networking auto configuration in `/etc/systemd/network/eth.network`.
58 66
59 67 #####`ENABLE_DHCP`=true
60 Set the system to use DHCP. When set to "true", the following `NET_*` settings (used for static configuration) are ignored.
68 Set the system to use DHCP. This requires an DHCP server.
69
70 #### Networking settings (static)
71 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`.
61 72
62 73 #####`NET_ADDRESS`=""
63 74 Set a static IPv4 or IPv6 address and its prefix, separated by "/", eg. "192.169.0.3/24".
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant