From: Frank Brehm Date: Mon, 27 Feb 2012 18:53:02 +0000 (+0100) Subject: Added config for eth1 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=bd7a0431d4aca6e609114d1b9e4ffa4bf7d32320;p=config%2Fuhu1%2Fetc.git Added config for eth1 --- diff --git a/conf.d/net b/conf.d/net index c391fe6..6c5676f 100644 --- a/conf.d/net +++ b/conf.d/net @@ -10,3 +10,4 @@ config_eth0="dhcp" # dhcpcd_eth0="-t 10" # dhcp_eth0="release nodns nontp nonis nogateway nosendhost" +config_eth1="dhcp" diff --git a/init.d/net.eth1 b/init.d/net.eth1 new file mode 120000 index 0000000..3843c79 --- /dev/null +++ b/init.d/net.eth1 @@ -0,0 +1 @@ +net.lo \ No newline at end of file diff --git a/runlevels/default/net.eth1 b/runlevels/default/net.eth1 new file mode 120000 index 0000000..0b8930a --- /dev/null +++ b/runlevels/default/net.eth1 @@ -0,0 +1 @@ +/etc/init.d/net.eth1 \ No newline at end of file