diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-19 22:37:13 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-19 23:29:51 +0100 |
commit | e51660ae56bb747ece2cab8fe6eec37f4d06a438 (patch) | |
tree | 5202cf4709bc2b5acfcdc394c274ebea24685bf6 /man/udev.xml | |
parent | dd8875f9396d2de31260915bda9c4c85b350003d (diff) |
udev: net-config - allow interface names to be set from the hwdb
Diffstat (limited to 'man/udev.xml')
-rw-r--r-- | man/udev.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/udev.xml b/man/udev.xml index eab5d25f0a..c053a86d3e 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -884,6 +884,15 @@ </para> <variablelist> <varlistentry> + <term><literal>database</literal></term> + <listitem> + <para>The name is set based on entries in the Hardware + Database with the key + <literal>ID_NET_NAME_FROM_DATABASE</literal>. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><literal>onboard</literal></term> <listitem> <para>The name is set based on information given by the |