Compilation automatique du kernel au stage1.
[hvlinux.git] / config / sysinfos.default
index 28a996f..8cfb220 100644 (file)
@@ -38,9 +38,6 @@ 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"
 
@@ -48,8 +45,12 @@ SOUND_CARD="yes"
 #WIFI_SUPPORT="no"
 #B43_LPPHY="yes"
 
-# Keyboard mapping (example: us, cf)
-KEYBOARD="us"
+# 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
@@ -104,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"