diff options
author | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
commit | 0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a (patch) | |
tree | c0aa2c0b53c317be87eacfcb77b63f53f1f415e7 /abs/core/live-installer/templates/etcnet/eth | |
download | linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.zip linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.gz linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.bz2 |
initial import
Diffstat (limited to 'abs/core/live-installer/templates/etcnet/eth')
4 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/live-installer/templates/etcnet/eth/ipv4address b/abs/core/live-installer/templates/etcnet/eth/ipv4address new file mode 100644 index 0000000..1df28d2 --- /dev/null +++ b/abs/core/live-installer/templates/etcnet/eth/ipv4address @@ -0,0 +1,2 @@ +192.168.1.158/24 + diff --git a/abs/core/live-installer/templates/etcnet/eth/ipv4route b/abs/core/live-installer/templates/etcnet/eth/ipv4route new file mode 100644 index 0000000..373a4d1 --- /dev/null +++ b/abs/core/live-installer/templates/etcnet/eth/ipv4route @@ -0,0 +1,2 @@ +default via 192.168.1.1 + diff --git a/abs/core/live-installer/templates/etcnet/eth/iwconfig b/abs/core/live-installer/templates/etcnet/eth/iwconfig new file mode 100644 index 0000000..b1f14e0 --- /dev/null +++ b/abs/core/live-installer/templates/etcnet/eth/iwconfig @@ -0,0 +1,2 @@ +essid home_lan +#key ababababab diff --git a/abs/core/live-installer/templates/etcnet/eth/options b/abs/core/live-installer/templates/etcnet/eth/options new file mode 100644 index 0000000..929da58 --- /dev/null +++ b/abs/core/live-installer/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 |