From 7ecb124df28e40ac0541e44312d5a863f644275e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 11 Aug 2019 01:37:36 +0200 Subject: Replace static network config script with iproute2 batch file A lot simpler than make-shift DSL parsing with bash. Signed-off-by: David Oberhollenzer --- services/ifcfg.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'services/ifcfg.in') 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" -- cgit v1.2.3