diff options
author | Jörg Sommer <joerg.sommer@navimatix.de> | 2024-08-31 09:14:40 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-09-25 05:07:47 -0700 |
commit | 71d86290d41b123b405d7764befee43bc10f581c (patch) | |
tree | b3815d697d31bf918e427f3972777e85ec0600d8 | |
parent | 85cc3e078d1b0bafbae5fb0cee54642c419810c2 (diff) | |
download | poky-71d86290d41b123b405d7764befee43bc10f581c.tar.gz |
doc/features: describe distribution feature pni-name
(From yocto-docs rev: d71081dd14a9d75ace4d1c62472374f37b4a888d)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/ref-manual/features.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index b42c603c74..b2ba731bb2 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -197,6 +197,10 @@ metadata, as extra layers can define their own: | |||
197 | 197 | ||
198 | - *pcmcia:* Include PCMCIA/CompactFlash support. | 198 | - *pcmcia:* Include PCMCIA/CompactFlash support. |
199 | 199 | ||
200 | - *pni-names:* Enable generation of persistent network interface names, i.e. | ||
201 | the system tries hard to have the same but unique names for the network | ||
202 | interfaces even after a reinstall. | ||
203 | |||
200 | - *polkit:* Include :wikipedia:`Polkit <Polkit>` support. | 204 | - *polkit:* Include :wikipedia:`Polkit <Polkit>` support. |
201 | 205 | ||
202 | - *ppp:* Include PPP dialup support. | 206 | - *ppp:* Include PPP dialup support. |