stage5 -> stage6
[hvlinux.git] / sysinfos
index 82fcf3d..9b78a6f 100644 (file)
--- a/sysinfos
+++ b/sysinfos
@@ -9,13 +9,13 @@
 MAKEJOBS=1
 
 # Installation type: server, ltsp-server or workstation.
-INST_TYPE="server"
+INST_TYPE="ltsp-server"
 
 # New user to create
 REGUSER="hugo"
 
 # Destination path where to install new Linux-HV system
-LFS="/"
+LFS="/mnt/hvlinux-x86_64"
 
 # Destination partition where to install new Linux-HV system
 LFS_PARTITION="/dev/sda8"
@@ -30,7 +30,7 @@ SWAP_PARTITION="/dev/sda2"
 # architecture. Default is x86 32-bits architecture (i686).
 # x86 (i686)
 # x86_64 (AMD Athlon 64)
-HVL_TARGET="x86"
+HVL_TARGET="x86_64"
 
 # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS
 MACHINE_ARCHITECTURE="athlon-xp"