From 0ded4765344b6360cf4f030909d5bbe736a1a584 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 26 Apr 2018 20:34:14 +0200 Subject: 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 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 = -- cgit v1.2.3