slitaz-boot-scripts diff etc/network.conf @ rev 332

init/posixovl: assume vfat (worst case)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 16:58:26 2013 +0100 (2013-03-13)
parents c2eb90cb74f2
children b2ca17642fab
line diff
     1.1 --- a/etc/network.conf	Sat Jun 30 21:25:09 2012 +0200
     1.2 +++ b/etc/network.conf	Wed Mar 13 16:58:26 2013 +0100
     1.3 @@ -17,9 +17,15 @@
     1.4  IP="192.168.0.6"
     1.5  NETMASK="255.255.255.0"
     1.6  
     1.7 +# Set broadcast address
     1.8 +BROADCAST="192.168.0.255"
     1.9 +
    1.10  # Set route gateway for a static IP.
    1.11  GATEWAY="192.168.0.1"
    1.12  
    1.13 +# Set domain name
    1.14 +DOMAIN=""
    1.15 +
    1.16  # Set DNS server for a static IP.
    1.17  DNS_SERVER="192.168.0.1"
    1.18