diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-26 20:34:14 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-27 11:28:46 +0200 |
commit | 0ded4765344b6360cf4f030909d5bbe736a1a584 (patch) | |
tree | a9f56a14fa1b278f3c58bfe11ef6ed9394253459 /Makefile.am | |
parent | 59731dd69bb4be66c721b3de66fb2ab80bec3e7e (diff) |
Add optional script for persistent network interface renaming
Add a new service that runs a small helper script that applies a consistent,
deterministic naming pattern to all interfaces, based on their mac address.
A configuration file with wild card pattern matching can be used for
determining names. By default, this is disabled.
Also, this script is Linux specific.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ad977d4..01e21a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,9 @@ AM_CFLAGS = $(WARN_CFLAGS) sbin_PROGRAMS = noinst_LIBRARIES = +nobase_sysconf_DATA = netcfg/ifrename sysconf_DATA = etc/initd.env -EXTRA_DIST = README.md LICENSE docs +EXTRA_DIST = README.md LICENSE docs netcfg helperdir = @SCRIPTDIR@ helper_PROGRAMS = |