X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=8cfb2205089336dcf9db2c8c5b697e56ff3725e1;hb=c3de75b75dcf16644e7a2ad830fa96f324c14ff7;hp=ed94581d108da3c7366520912e5d7d8eed6d0c8b;hpb=5ecb17e988d34d2c51b51aa6ac5cebe163cb7657;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index ed94581..8cfb220 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -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 @@ -101,3 +105,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"