From a22a212d3abdfbce445228c0cdce39a363cc666b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 27 Apr 2018 22:38:01 +0200 Subject: Add service and helper script for static network configuration After interface renaming is done, perform the following actions: - Configure each interface for which we have a configuration file - Configuration file contains lines that we pass directly to iproute2 - Configure static routing in a similar fashion - Set the configured interfaces up Signed-off-by: David Oberhollenzer --- services/ifcfg.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 services/ifcfg.in (limited to 'services/ifcfg.in') diff --git a/services/ifcfg.in b/services/ifcfg.in new file mode 100644 index 0000000..940a289 --- /dev/null +++ b/services/ifcfg.in @@ -0,0 +1,6 @@ +description "static network configuration" +type wait +target boot +after sysinit ifrename + +exec "@SCRIPTDIR@/ifcfg.sh" \ No newline at end of file -- cgit v1.2.3