From bd7a0431d4aca6e609114d1b9e4ffa4bf7d32320 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 27 Feb 2012 19:53:02 +0100 Subject: [PATCH] Added config for eth1 --- conf.d/net | 1 + init.d/net.eth1 | 1 + runlevels/default/net.eth1 | 1 + 3 files changed, 3 insertions(+) create mode 120000 init.d/net.eth1 create mode 120000 runlevels/default/net.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 -- 2.39.5