Add repository for older LFS patches on hugovil.com server
[hvlinux.git] / config / sysinfos.default
index ed94581..e2e29d0 100644 (file)
@@ -45,9 +45,13 @@ SOUND_CARD="yes"
 #WIFI_SUPPORT="no"
 #B43_LPPHY="yes"
 
-# Keyboard mapping (example: us, cf)
+# Terminal Keyboard mapping (example: us, cf)
 KEYBOARD="us-acentos"
 
+# X.org Keyboard mapping (example: us, cf)
+XORG_KEYBOARD_LAYOUT="us"
+XORG_KEYBOARD_VARIANT="intl"
+
 # General network settings
 #INTERFACES="eth0 eth1 wlan0" # Complex example
 #INTERFACES="eth0" # Simple example
@@ -78,9 +82,24 @@ MAILBOX_FORMAT="unix"
 # Alternate port for Sendmail
 SENDMAIL_PORT="25"
 
+# Apache httpd web server support
+USE_HTTPD="yes"
+
 # Alternate port for Apache
 HTTPD_PORT="80"
-APACHE_USER="www"
+HTTPD_USER="www"
+
+# Lighttpd web server support
+USE_LIGHTTPD="yes"
+
+# Define to httpd (Apache) or lighttpd
+DEFAULT_WEB_SERVER="lighttpd"
+
+# Webkit support
+USE_WEBKIT="no"
+
+# Gnash support
+USE_GNASH="no"
 
 # Samba support (default yes)
 USE_SAMBA="yes"
@@ -101,3 +120,7 @@ DEFAULT_EDITOR="nano"
 
 # Uncomment this to automatically recompress all archives to bzip2 format
 #PREFER_BZIP2_ARCHIVE=1
+
+EMACS_LOCAL_SITE_LISP="/usr/local/share/emacs/site-lisp"
+
+HV_FONTS_PATH="/usr/share/fonts"