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

Option: mount (Mount all ext3 local partitions automaticaly
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 27 12:59:57 2008 +0200 (2008-04-27)
parents e860c8bd2c57
children 1127ecb2b484
line diff
     1.1 --- a/etc/network.conf	Fri Nov 30 12:34:07 2007 +0100
     1.2 +++ b/etc/network.conf	Sun Apr 27 12:59:57 2008 +0200
     1.3 @@ -23,3 +23,10 @@
     1.4  # Set DNS server. for a static IP.
     1.5  DNS_SERVER="192.168.0.1"
     1.6  
     1.7 +# Wifi connection.
     1.8 +# Enable/disable wireless connection at boot time.
     1.9 +WIFI="no"
    1.10 +
    1.11 +# Wifi interface (iwconfig) and ESSID.
    1.12 +WIFI_INTERFACE="wlan0"
    1.13 +ESSID="any"