X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.hp-mini;h=6570d5958274f66fdd4b3d46e24a681b8cdf5ecd;hb=19921bf3bf35ab2e735224471ceaaf2154fc81c0;hp=b8586b66b79be05c96caaea35e4c76dd3fa47523;hpb=8139fe913bbd64f066246292d0af9362bb7a998e;p=hvlinux.git diff --git a/config/sysinfos.hp-mini b/config/sysinfos.hp-mini index b8586b6..6570d59 100644 --- a/config/sysinfos.hp-mini +++ b/config/sysinfos.hp-mini @@ -5,12 +5,12 @@ 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. # This is relevant only for stage 0 and 1. -LFS="/mnt/stockage/hvlinux-hp-mini" +LFS="/mnt/hvlinux-hp-mini" LFS_PARTITION="/dev/sda3" BOOT_PARTITION="/dev/sda1" @@ -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"