diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-08-11 01:37:36 +0200 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-08-11 01:41:28 +0200 |
commit | 7ecb124df28e40ac0541e44312d5a863f644275e (patch) | |
tree | f3db26641ffb9ec04432cf9978d09d016a06561f /services | |
parent | 0309ede4b87d5127b7d70f4ac506603d01041e50 (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')
-rw-r--r-- | services/ifcfg.in | 3 |
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" |