Ajout support pour archives xz, et ajout fonction pour vérifier qu'on est bien l...
[hvlinux.git] / config / sysinfos.hp-mini
index b8586b6..ea1faf1 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.
@@ -23,11 +23,11 @@ MAIL_ADMIN="hugo"
 
 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 +35,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"