Harmonisé les noms des différentes fonctions get_pkg_ver...
[hvlinux.git] / config / sysinfos.hp-mini
index b8586b6..45613d8 100644 (file)
@@ -5,7 +5,7 @@
 
 INST_TYPE="workstation"
 HVL_TARGET="x86"
-MAKEJOBS=2
+MAKEJOBS=1
 
 # Destination path where to install new Linux-HV system. This is usually where
 # you have mounted your new LFS partition, but it can also be any directory.
@@ -26,8 +26,11 @@ XORG_VIDEO_DRIVER="intel"
 # Removable media drives. Comment if your system doesn't have one.
 DVDROM="no"
 
+WIFI_SUPPORT="yes"
+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"