diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-08 01:55:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-08 01:55:11 (GMT) |
commit | 6c8f178b6c8874623e780d2c049a49b780237654 (patch) | |
tree | 31cd168b3e87c9777dc1bcd5d57f4e806a3c97f7 /abs/core-testing/LinHES-config/templates/etcnet/eth | |
parent | 4287d6026a61f8760633574c059f6e2dead2619d (diff) | |
download | linhes_pkgbuild-6c8f178b6c8874623e780d2c049a49b780237654.zip linhes_pkgbuild-6c8f178b6c8874623e780d2c049a49b780237654.tar.gz linhes_pkgbuild-6c8f178b6c8874623e780d2c049a49b780237654.tar.bz2 |
rename live-installer to LinHES-config
Diffstat (limited to 'abs/core-testing/LinHES-config/templates/etcnet/eth')
4 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/templates/etcnet/eth/ipv4address b/abs/core-testing/LinHES-config/templates/etcnet/eth/ipv4address new file mode 100644 index 0000000..1df28d2 --- /dev/null +++ b/abs/core-testing/LinHES-config/templates/etcnet/eth/ipv4address @@ -0,0 +1,2 @@ +192.168.1.158/24 + diff --git a/abs/core-testing/LinHES-config/templates/etcnet/eth/ipv4route b/abs/core-testing/LinHES-config/templates/etcnet/eth/ipv4route new file mode 100644 index 0000000..373a4d1 --- /dev/null +++ b/abs/core-testing/LinHES-config/templates/etcnet/eth/ipv4route @@ -0,0 +1,2 @@ +default via 192.168.1.1 + diff --git a/abs/core-testing/LinHES-config/templates/etcnet/eth/iwconfig b/abs/core-testing/LinHES-config/templates/etcnet/eth/iwconfig new file mode 100644 index 0000000..b1f14e0 --- /dev/null +++ b/abs/core-testing/LinHES-config/templates/etcnet/eth/iwconfig @@ -0,0 +1,2 @@ +essid home_lan +#key ababababab diff --git a/abs/core-testing/LinHES-config/templates/etcnet/eth/options b/abs/core-testing/LinHES-config/templates/etcnet/eth/options new file mode 100644 index 0000000..929da58 --- /dev/null +++ b/abs/core-testing/LinHES-config/templates/etcnet/eth/options @@ -0,0 +1,7 @@ +# If you want to change current interface name, edit /etc/net/iftab, +# rename current directory and uncomment this line: +TYPE=eth +DISABLED=no +BOOTPROTO=dhcp +ONBOOT=yes +CONFIG_WIRELESS=no |