forked from KolibriOS/kolibrios
bb5be0798a
Removed some files that dont belong in specific branch. Added some applications that work with this kernel only. git-svn-id: svn://kolibrios.org@1164 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
285 B
INI
9 lines
285 B
INI
[ipconfig]
|
|
; type should be static or zeroconf
|
|
; zeroconf means the service first tries to contact a DHCP server
|
|
; If dhcp is not available, it switches to link-local
|
|
type = zeroconf
|
|
ip = 192.168.1.150
|
|
gateway = 192.168.1.1
|
|
dns = 192.168.1.1
|
|
subnet = 255.255.255.0 |