X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=1b6c06a60e4103c03b2b3b8cc72a16041315bcb4;hb=4f185d73aefd6f09c3264a95fc5a2df4737d1eab;hp=f42278956865a031f72d1418778106c01ab223b6;hpb=1786cd5454ea76e7f894efa81a7cef80a057b634;p=hvlinux.git diff --git a/sysinfos b/sysinfos index f422789..1b6c06a 100644 --- a/sysinfos +++ b/sysinfos @@ -9,44 +9,49 @@ MAKEJOBS=1 # Installation type: server, ltsp-server or workstation. -INST_TYPE="server" +INST_TYPE="workstation" # New user to create REGUSER="hugo" -# Destination path where to install new Linux-HV system -LFS="/mnt/hvlinux-arm" +# 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_PARTITION="/dev/sda8" +LFS_PARTITION="/dev/sdb7" # Boot partition (if applicable) -BOOT_PARTITION="/dev/sda1" +BOOT_PARTITION="/dev/sdb1" # Swap partition (if applicable) -SWAP_PARTITION="/dev/sda2" +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="arm926t" +HVL_TARGET="x86_64" # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS MACHINE_ARCHITECTURE="" -DEFAULT_EDITOR="emacs" - # Keyboard mapping (example: us) KEYBOARD="us" # Sound card support: yes or no -SOUND_CARD="no" +SOUND_CARD="yes" # Removable media drives -CDROM="/dev/hdc" -DVD="/dev/hdc" +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="" # Define this if you want to use a remote CUPS print server #CUPS_SERVER="server.hugovil.com" @@ -54,31 +59,21 @@ DVD="/dev/hdc" TIMEZONE="America/Montreal" # General network settings -INTERFACES="eth0 eth1 eth2" +INTERFACES="eth0" # GATEWAY is not required if using DHCP GATEWAY="192.168.1.1" -MACHINE_NAME="server64" -DOMAIN="hugovil.com" -LAN_NETWORK_MASK="192.168.0.0/24" # Utilise par sane in stage3 +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) BOOTPROTO[0]="static" -IP_ADDRESS[0]="192.168.1.2" +IP_ADDRESS[0]="192.168.1.102" PREFIX_LENGTH[0]=24 -# Network interface card eth1 settings (LAN) -BOOTPROTO[1]="static" -IP_ADDRESS[1]="192.168.0.1" -PREFIX_LENGTH[1]=24 - -# Network interface card eth2 settings (MVPMC) -BOOTPROTO[2]="static" -IP_ADDRESS[2]="192.168.99.1" -PREFIX_LENGTH[2]=24 - # DNS servers addresses (not required if using DHCP) NAMESERVER[0]="192.168.1.1"