xsane ok
[hvlinux.git] / sysinfos
index 94b7ed5..87a09d2 100644 (file)
--- a/sysinfos
+++ b/sysinfos
@@ -9,13 +9,13 @@
 MAKEJOBS=1
 
 # Installation type: server, ltsp-server or workstation.
-INST_TYPE="server"
+INST_TYPE="ltsp-server"
 
 # New user to create
 REGUSER="hugo"
 
 # Destination path where to install new Linux-HV system
-LFS="/opt/toolchains/arm926ejs/clfs"
+LFS=""
 
 # Destination partition where to install new Linux-HV system
 LFS_PARTITION="/dev/sda8"
@@ -31,7 +31,7 @@ SWAP_PARTITION="/dev/sda2"
 # 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=""
@@ -42,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"