Ajout support pour archives xz, et ajout fonction pour vérifier qu'on est bien l...
[hvlinux.git] / config / sysinfos.amd64
index ff6b1ed..2ba0774 100644 (file)
@@ -5,15 +5,15 @@
 
 INST_TYPE="workstation"
 HVL_TARGET="x86_64"
-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-amd64-new"
+LFS="/mnt/hvlinux"
 LFS_PARTITION="/dev/sdb7"
-#BOOT_PARTITION="/dev/sdb1"
-#SWAP_PARTITION="/dev/sdb2"
+BOOT_PARTITION="/dev/sdb1"
+SWAP_PARTITION="/dev/sdb2"
 
 # New user to create
 REGUSER="hugo"
@@ -37,4 +37,4 @@ BOOTPROTO[0]="dhcp"
 USE_SAMBA="no"
 
 # Override some packages
-KERNEL="linux-2.6-nouveau-git-20110310"
+KERNEL="${NOUVEAU_NVIDIA_KERNEL}"