You are not logged in.
Hi there,
Is there a global configuration file for netctl?
Let's say I want to use dhclient instead of dhcpcd for all my profiles. There is a profile-setting DHCPClient='dhclient'.
Can I set this setting globally or do I have to set this for every individual profile?
Thanks!
Last edited by orschiro (2014-04-09 10:08:41)
Offline
Whenever a profile is read, all executable scripts in /etc/netctl/hooks/ and any executable script in /etc/netctl/interfaces/ with the name of the interface for the profile are sourced. Declarations in an interface script override declarations in a profile, which override declarations in hooks.
Offline
@Rainman
Very handy. Thanks!
I added a small section to the wiki page:
Offline