X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Famd64%2Fsysinfos;h=c47fe15cf1805e85882400aaccba7f84649f97e4;hb=ad8d851a8a82c455ff82f2cc9b03ce517f680904;hp=0b5417ef7db4aff6c9fa0ac72f7ae59e4625af7c;hpb=c3de75b75dcf16644e7a2ad830fa96f324c14ff7;p=hvlinux.git diff --git a/config/amd64/sysinfos b/config/amd64/sysinfos index 0b5417e..c47fe15 100644 --- a/config/amd64/sysinfos +++ b/config/amd64/sysinfos @@ -5,15 +5,15 @@ INST_TYPE="workstation" HVL_TARGET="x86_64" -MAKEJOBS=1 +MAKEJOBS=2 # 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/hvlinux-temp" -LFS_PARTITION="/dev/sdb7" -BOOT_PARTITION="/dev/sdb1" -SWAP_PARTITION="/dev/sdb2" +LFS="/mnt/hvlinux" +LFS_PARTITION="/dev/sda7" +BOOT_PARTITION="/dev/sda1" +SWAP_PARTITION="/dev/sda2" # New user to create REGUSER="hugo" @@ -24,8 +24,10 @@ MAIL_ADMIN="hugo" XORG_VIDEO_DRIVER="nouveau" +WIFI_SUPPORT="yes" + # General network settings -INTERFACES="eth0" +INTERFACES="eth0 wlan0" MACHINE_NAME="chambers64" DOMAIN="mongol.com" LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 @@ -33,10 +35,10 @@ 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" -# Override some packages -KERNEL="${NOUVEAU_NVIDIA_KERNEL}" - KERNEL_CONFIG="amd64/config-${KERNEL}"