X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=863f0e14e8cb346285160072619ed304c8db8fb6;hb=fd7d0d6a1ec9d227e64d48ab65849a8061fc2fe2;hp=877ec2ba84eeae5cc763ce9234a2ab1eef5db83e;hpb=8139fe913bbd64f066246292d0af9362bb7a998e;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 877ec2b..863f0e1 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -44,24 +44,28 @@ DVDROM="yes" # Sound card support: yes or no SOUND_CARD="yes" +# Wifi support +#WIFI_SUPPORT="no" +#FIRMWARE_B43_LPPHY="yes" + # Keyboard mapping (example: us, cf) KEYBOARD="us" # General network settings -INTERFACES="eth0 eth1" -MACHINE_NAME="server" +#INTERFACES="eth0 eth1 wlan0" # Complex example +INTERFACES="eth0" # Simple example +MACHINE_NAME="machinename" DOMAIN="mydomain.com" LAN_NETWORK_MASK="192.168.0.0/24" -# Network interface card #1 settings (INTERNET) -BOOTPROTO[0]="dhcp" # dhcp or static +# Network interface card #1 settings +BOOTPROTO[0]="dhcp" # dhcp or static or wifi -# Network interface card #2 settings (LAN) -# GATEWAY is optional, and is not required if using DHCP -BOOTPROTO[1]="static" -IP_ADDRESS[1]="192.168.0.1" -PREFIX_LENGTH[1]=24 -GATEWAY[0]="192.168.0.1" +# Network interface card #2 settings +#BOOTPROTO[1]="static" +#IP_ADDRESS[1]="192.168.0.1" +#PREFIX_LENGTH[1]=24 +#GATEWAY[1]="192.168.0.1" # DNS servers addresses (not required if using DHCP) #NAMESERVER[0]="24.200.243.250" @@ -97,3 +101,6 @@ SANE_SERVER="" TIMEZONE="America/Montreal" DEFAULT_EDITOR="nano" + +# Uncomment this to automatically recompress all archives to bzip2 format +#PREFER_BZIP2_ARCHIVE=1