X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=6c2cee6134e80f433d2c158406deaf122e0772ad;hb=eb29a384d8d1bcb7efdb7ce9d41666f1bbe02d46;hp=87a09d27086c49a473b08e3a5abcf0025efac93d;hpb=b51ceee0b72987ab3a9533c6560dd538b6332476;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 87a09d2..6c2cee6 100644 --- a/sysinfos +++ b/sysinfos @@ -9,13 +9,15 @@ MAKEJOBS=1 # Installation type: server, ltsp-server or workstation. -INST_TYPE="ltsp-server" +INST_TYPE="workstation" # New user to create REGUSER="hugo" -# Destination path where to install new Linux-HV system -LFS="" +# 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. +# After stage 1, this must be set to "". +LFS="/mnt/hvlinux-x86_64" # Destination partition where to install new Linux-HV system LFS_PARTITION="/dev/sda8" @@ -36,8 +38,6 @@ 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" @@ -46,7 +46,6 @@ SOUND_CARD="yes" # Removable media drives CDROM="/dev/hdc" -DVD="/dev/hdc" # Set to yes to have SANE support SANE_SUPPORT="yes" @@ -60,31 +59,21 @@ SANE_SERVER="" 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"