X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Famd64%2Fsysinfos;h=3166c60a5b8d1ff84e1679db859f9a49eeb971c3;hb=064501af8fe03ba90bed24663a786797bca630e7;hp=5d21670f66bde5214b83fe6fa9338fa8f4a5a6ab;hpb=44c49c92b5f66fec562d34c2c42e5e19c2da2c89;p=hvlinux.git diff --git a/config/amd64/sysinfos b/config/amd64/sysinfos index 5d21670..3166c60 100644 --- a/config/amd64/sysinfos +++ b/config/amd64/sysinfos @@ -10,10 +10,10 @@ 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" -LFS_PARTITION="/dev/sdb7" -BOOT_PARTITION="/dev/sdb1" -SWAP_PARTITION="/dev/sdb2" +LFS="/mnt/hvlinux2" +LFS_PARTITION="/dev/sda5" +#BOOT_PARTITION="/dev/sda1" +SWAP_PARTITION="/dev/sda3" # New user to create REGUSER="hugo" @@ -24,10 +24,10 @@ MAIL_ADMIN="hugo" XORG_VIDEO_DRIVER="nouveau" -WIFI_SUPPORT="yes" +WIFI_SUPPORT="no" # General network settings -INTERFACES="eth0 wlan0" +INTERFACES="eth0" MACHINE_NAME="chambers64" DOMAIN="mongol.com" LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 @@ -35,13 +35,7 @@ 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}"