xsane ok
[hvlinux.git] / sysinfos
index 5125c05..87a09d2 100644 (file)
--- 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
@@ -15,7 +15,7 @@ INST_TYPE="ltsp-server"
 REGUSER="hugo"
 
 # Destination path where to install new Linux-HV system
-LFS="/"
+LFS=""
 
 # Destination partition where to install new Linux-HV system
 LFS_PARTITION="/dev/sda8"
@@ -28,12 +28,13 @@ SWAP_PARTITION="/dev/sda2"
 
 # 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"
+HVL_TARGET="x86_64"
 
 # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS
-MACHINE_ARCHITECTURE="athlon-xp"
+MACHINE_ARCHITECTURE=""
 
 DEFAULT_EDITOR="emacs"
 
@@ -41,12 +42,18 @@ DEFAULT_EDITOR="emacs"
 KEYBOARD="us"
 
 # Sound card support: yes or no
-SOUND_CARD="no"
+SOUND_CARD="yes"
 
 # Removable media drives
 CDROM="/dev/hdc"
 DVD="/dev/hdc"
 
+# 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"
 
@@ -63,11 +70,23 @@ LAN_NETWORK_MASK="192.168.0.0/24" # Utilise par sane in stage3
 # service.
 USE_DYNAMIC_DNS="no"
 
-# Network interface card eth0 settings
-BOOTPROTO[0]="dhcp"
+# Network interface card eth0 settings (ROUTEUR/INTERNET)
+BOOTPROTO[0]="static"
+IP_ADDRESS[0]="192.168.1.2"
+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"
+NAMESERVER[0]="192.168.1.1"
 
 # Define this if you want the mail addressed to the root user automatically
 # be forwarded to someone else