* ALT Linux platforms is an original rpm based distribution forked as Mandrake Russian Edition Spring at 2001 year * Distributions of ALT Linux use etcnet (https://www.altlinux.org/Etcnet) as internal network configuration system needs for configure_networks support
12 lines
192 B
Ruby
12 lines
192 B
Ruby
module VagrantPlugins
|
|
module GuestALT
|
|
module Cap
|
|
class NetworkScriptsDir
|
|
def self.network_scripts_dir(machine)
|
|
"/etc/net"
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|