X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=1b6c06a60e4103c03b2b3b8cc72a16041315bcb4;hb=315cb6e051715301d84c3550d632ba6e4ee5d8c7;hp=d1a74806badb16b040b1e6687f2c7ef98c93a7bb;hpb=f63a78e04ec65397472cda88061558f4e3a30fb2;p=hvlinux.git diff --git a/sysinfos b/sysinfos index d1a7480..1b6c06a 100644 --- a/sysinfos +++ b/sysinfos @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This file contains the informations specific to the target system # onto which Linux-HV will be installed @@ -9,85 +9,73 @@ 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. +# This is relevant only for stage 0 and 1. +LFS="/mnt/hvlinux" # Destination partition where to install new Linux-HV system -LFS_PARTITION="/dev/sda10" +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="x86_64" # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS -MACHINE_ARCHITECTURE="athlon-xp" +MACHINE_ARCHITECTURE="" # Keyboard mapping (example: us) -KEYBOARD="cf" - -HV_XF86_KEYBOARD_LAYOUT="us,ca" -HV_XF86_KEYBOARD_VARIANT="intl,fr" -HV_XF86_KEYBOARD_OPTIONS="grp:alt_shift_toggle" -XF86_CARD_DRIVER="nv" +KEYBOARD="us" # Sound card support: yes or no SOUND_CARD="yes" # Removable media drives -CDROM="/dev/hdc" -DVD="/dev/hdc" - -HV_FONTS_PATH="/usr/share/fonts" - -# Define this if you want to use a remote CUPS print server -#CUPS_SERVER="server.hugovil.com" +CDROM="/dev/sr0" -#-------------------- -# SCANNER definitions -#-------------------- # Set to yes to have SANE support SANE_SUPPORT="yes" -# Define to the driver name corresponding to your scanner, if you have one -# (see SANE documentation for drivers name). Comment out if you will be using -# a scanner on a remote computer. -SANE_DRIVER="epson" # 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" + TIMEZONE="America/Montreal" # General network settings INTERFACES="eth0" # GATEWAY is not required if using DHCP -GATEWAY="" -MACHINE_NAME="serveur" -DOMAIN="hugovil.com" -LAN_NETWORK_MASK="192.168.0.0/24" +GATEWAY="192.168.1.1" +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 #1 settings (INTERNET) -BOOTPROTO[0]="dhcp" -IP_ADDRESS[0]="" - -# Network interface card #2 settings (LAN) -#BOOTPROTO[1]="static" -#IP_ADDRESS[1]="192.168.0.1" -#PREFIX_LENGTH[1]=24 +# Network interface card eth0 settings (ROUTEUR/INTERNET) +BOOTPROTO[0]="static" +IP_ADDRESS[0]="192.168.1.102" +PREFIX_LENGTH[0]=24 # DNS servers addresses (not required if using DHCP) -#NAMESERVER[0]="24.200.243.250" -#NAMESERVER[1]="24.201.245.106" -#NAMESERVER[2]="24.200.243.242" +NAMESERVER[0]="192.168.1.1" # Define this if you want the mail addressed to the root user automatically # be forwarded to someone else