-Déplacé fonction lpkg dans un fichier
[hvlinux.git] / config / sysinfos.hp-mini
index b8586b6..2cd2ff8 100644 (file)
@@ -26,8 +26,11 @@ XORG_VIDEO_DRIVER="intel"
 # Removable media drives. Comment if your system doesn't have one.
 DVDROM="no"
 
+WIFI_SUPPORT="yes"
+FIRMWARE_B43_LPPHY="yes"
+
 # General network settings
-INTERFACES="eth0"
+INTERFACES="eth0 wlan0"
 MACHINE_NAME="gresimuth"
 DOMAIN="mongol.com"
 LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
@@ -35,5 +38,8 @@ LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
 # Network interface card eth0 settings
 BOOTPROTO[0]="dhcp"
 
+# Network interface card wlan0 settings
+BOOTPROTO[1]="wifi"
+
 # Samba support
 USE_SAMBA="no"