X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=e2e29d0d8e2769a1d8b86da0bf73729a2f030057;hb=89f60053b6ecd4357cdf4c3d7040711222badf20;hp=399c5820d52fddb8d91803e4d6799c79ff4048b2;hpb=3a71e0f2d4fe34d1a957c44f3fd8312a532e18e3;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 399c582..e2e29d0 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -38,18 +38,19 @@ MAIL_ADMIN="" # X.org driver (comment to build all drivers) #XORG_VIDEO_DRIVER="intel" -# Removable media drives. Comment if your system doesn't have one (default yes) -DVDROM="yes" - # Sound card support: yes or no SOUND_CARD="yes" # Wifi support #WIFI_SUPPORT="no" -#FIRMWARE_B43_LPPHY="yes" +#B43_LPPHY="yes" + +# Terminal Keyboard mapping (example: us, cf) +KEYBOARD="us-acentos" -# Keyboard mapping (example: us, cf) -KEYBOARD="us" +# X.org Keyboard mapping (example: us, cf) +XORG_KEYBOARD_LAYOUT="us" +XORG_KEYBOARD_VARIANT="intl" # General network settings #INTERFACES="eth0 eth1 wlan0" # Complex example @@ -81,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" @@ -104,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"