Move gperf from stage4 to stage 2 for eudev
[hvlinux.git] / config / amd64 / sysinfos
index 0b5417e..b20247c 100644 (file)
@@ -5,15 +5,20 @@
 
 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/hvlinux2"
+LFS_PARTITION="/dev/sda5"
+#BOOT_PARTITION="/dev/sda1"
+
+SWAP_PARTITION="/dev/sda3"
+
+# Default options when mounting partitions
+# For SSD and ext4, use relatime,discard
+PARTITION_MOUNT_OPTS="relatime,discard"
 
 # New user to create
 REGUSER="hugo"
@@ -24,6 +29,8 @@ MAIL_ADMIN="hugo"
 
 XORG_VIDEO_DRIVER="nouveau"
 
+WIFI_SUPPORT="no"
+
 # General network settings
 INTERFACES="eth0"
 MACHINE_NAME="chambers64"
@@ -36,7 +43,4 @@ BOOTPROTO[0]="dhcp"
 # Samba support
 USE_SAMBA="no"
 
-# Override some packages
-KERNEL="${NOUVEAU_NVIDIA_KERNEL}"
-
 KERNEL_CONFIG="amd64/config-${KERNEL}"