mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
a22a212d3a
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 <david.oberhollenzer@tele2.at>
4 lines
145 B
Text
4 lines
145 B
Text
helper_SCRIPTS += scripts/devfs.sh scripts/trymount.sh scripts/ifrename.sh
|
|
helper_SCRIPTS += scripts/ifcfg.sh
|
|
|
|
EXTRA_DIST += scripts/trymount.sh
|