Skip to content

Commit cce3ef3

Browse files
committed
Dont install a default network.conf
1 parent 404a648 commit cce3ef3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A simple set of shell scripts for managing networking on [TinyCore Linux](http:/
1010

1111
# Configuration
1212

13-
The configuration file is located at `/usr/local/etc/network.conf`. It's a simpl key/value file similar to this:
13+
The configuration file is located at `/usr/local/etc/network.conf`. It's a simple key/value file similar to this:
1414

1515
```
1616
mode=static
@@ -23,8 +23,6 @@ dns="192.168.2.1 8.8.8.8 8.8.4.4"
2323

2424
Possible modes are: `static` or `dhcp`.
2525

26-
A default `network.conf` is installed and configured for `dhcp` on `eth0` (see: [network.conf](network.conf)).
27-
2826
# Manual installation
2927

3028
To install these scripts manually:

network.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)