X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.amd64;h=8e131020b26208c3bc0aed37670ac30290eb1a76;hb=f3c8db3027d5dc530e1f30c88e0235975211582e;hp=754f3049e06918fd781b8f3ed79b599ecc9138bb;hpb=f920c7ef750f2163b9e407cc453b192ede2c185a;p=hvlinux.git diff --git a/config/sysinfos.amd64 b/config/sysinfos.amd64 index 754f304..8e13102 100644 --- a/config/sysinfos.amd64 +++ b/config/sysinfos.amd64 @@ -1,95 +1,37 @@ #!/bin/bash -# This file contains the informations specific to the target system -# onto which Linux-HV will be installed +# This file contains the informations specific to the target system onto which +# HV-Linux will be installed. -# This is the number of make jobs that can be executed -# simultaneously. Normally, a value of 2 per processor -# gives good results. -MAKEJOBS=1 - -# Installation type: server, ltsp-server or workstation. INST_TYPE="workstation" - -# New user to create -REGUSER="hugo" +HVL_TARGET="x86_64" +MAKEJOBS=10 # 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" - -# Destination partition where to install new Linux-HV system +LFS="/mnt/stockage/hvlinux-amd64-new" LFS_PARTITION="/dev/sdb7" +#BOOT_PARTITION="/dev/sdb1" +#SWAP_PARTITION="/dev/sdb2" -# Boot partition (if applicable) -BOOT_PARTITION="/dev/sdb1" - -# Swap partition (if applicable) -SWAP_PARTITION="/dev/sdb2" - -# Define this when cross-compiling to the desired target -# architecture. Default is x86 32-bits architecture (i686). -# arm926t - ARM 926T little endian -# x86 (i686) -# x86_64 (AMD Athlon 64) -HVL_TARGET="x86_64" - -# Used for setting machine-specific option in CFLAGS and CPPFLAGS -MARCH_FLAGS="-march=k8" - -# Keyboard mapping (example: us) -KEYBOARD="us" - -# Sound card support: yes or no -SOUND_CARD="yes" - -# Removable media drives -CDROM="/dev/sr0" - -# Set to yes to have SANE support -SANE_SUPPORT="yes" -# If your scanner is located onto a remote computer, define the following -# variable to the IP address of that remote computer. -SANE_SERVER="" +# New user to create +REGUSER="hugo" -# Define this if you want to use a remote CUPS print server -#CUPS_SERVER="server.hugovil.com" +# Define this if you want the mail addressed to the root user automatically be +# forwarded to someone else. +MAIL_ADMIN="hugo" -TIMEZONE="America/Montreal" +XORG_VIDEO_DRIVER="nouveau" # General network settings INTERFACES="eth0" MACHINE_NAME="chambers64" DOMAIN="mongol.com" LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 -# Define to yes if you have a dynamic address and you use a dynamic dns -# service. -USE_DYNAMIC_DNS="no" -# Network interface card eth0 settings (ROUTEUR/INTERNET) +# Network interface card eth0 settings BOOTPROTO[0]="dhcp" -IP_ADDRESS[0]="" -PREFIX_LENGTH[0]="" -# GATEWAY is not required if using DHCP -GATEWAY[0]="" - -# DNS servers addresses (not required if using DHCP) -NAMESERVER[0]="" - -# Define this if you want the mail addressed to the root user automatically -# be forwarded to someone else -MAIL_ADMIN="hugo" - -# Define to unix (mbox) or mbx -MAILBOX_FORMAT=unix - -# Alternate port for Sendmail (comment this line to use the standard port 25) -SENDMAIL_PORT="25" - -# Alternate port for Apache (comment this line to use the standard port 80) -HTTPD_PORT="80" -APACHE_USER="www" # Samba support USE_SAMBA="no"