There was an error while loading. Please reload this page.
1 parent 404a648 commit cce3ef3Copy full SHA for cce3ef3
README.md
@@ -10,7 +10,7 @@ A simple set of shell scripts for managing networking on [TinyCore Linux](http:/
10
11
# Configuration
12
13
-The configuration file is located at `/usr/local/etc/network.conf`. It's a simpl key/value file similar to this:
+The configuration file is located at `/usr/local/etc/network.conf`. It's a simple key/value file similar to this:
14
15
```
16
mode=static
@@ -23,8 +23,6 @@ dns="192.168.2.1 8.8.8.8 8.8.4.4"
23
24
Possible modes are: `static` or `dhcp`.
25
26
-A default `network.conf` is installed and configured for `dhcp` on `eth0` (see: [network.conf](network.conf)).
27
-
28
# Manual installation
29
30
To install these scripts manually:
network.conf
0 commit comments