X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=sysinfos;h=9b78a6f3e6dadd5a3c55473c4fa303c1e1d55760;hb=77ec517a212986d1b0c2c1bdc72750f47a63e585;hp=82fcf3d3646c13ca96e4a14c35be5d85cea4ad24;hpb=aa229d2908422fce286bbd65710e31b086c8a2a2;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 82fcf3d..9b78a6f 100644 --- 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"