aboutsummaryrefslogtreecommitdiff
path: root/services/ifcfg.in
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-08-11 01:37:36 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2019-08-11 01:41:28 +0200
commit7ecb124df28e40ac0541e44312d5a863f644275e (patch)
treef3db26641ffb9ec04432cf9978d09d016a06561f /services/ifcfg.in
parent0309ede4b87d5127b7d70f4ac506603d01041e50 (diff)
Replace static network config script with iproute2 batch file
A lot simpler than make-shift DSL parsing with bash. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'services/ifcfg.in')
-rw-r--r--services/ifcfg.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/ifcfg.in b/services/ifcfg.in
index c2b4127..c7ba823 100644
--- a/services/ifcfg.in
+++ b/services/ifcfg.in
@@ -3,5 +3,4 @@ type wait
target boot
after sysinit ifrename
before network
-
-exec "@SCRIPTDIR@/ifcfg.sh" \ No newline at end of file
+exec ip -force -batch "@ETCPATH@/netcfg/static"