# 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/sda7"
-BOOT_PARTITION="/dev/sda1"
-SWAP_PARTITION="/dev/sda2"
+LFS="/mnt/hvlinux2"
+LFS_PARTITION="/dev/sda5"
+#BOOT_PARTITION="/dev/sda1"
+SWAP_PARTITION="/dev/sda3"
# New user to create
REGUSER="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
# Network interface card eth0 settings
BOOTPROTO[0]="dhcp"
-# Network interface card wlan0 settings
-BOOTPROTO[1]="wifi"
-
# Samba support
USE_SAMBA="no"