X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=1ffd6318be6b9c1f2a5a3fc07b09751634d71cf7;hb=4aa3eb3449ef580152c1a199a2bd6fc185b05a4e;hp=28a996f7019073fdfb3cfd0a2f90c562025fd616;hpb=88f5fb0c316fe9a38c3d05a2e2a2dcfbc5c95557;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 28a996f..1ffd631 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -25,9 +25,19 @@ MAKEJOBS=2 # This is relevant only for stage 0 and 1. LFS="/mnt/hvlinux" #LFS_PARTITION="/dev/sdb7" + +# Partition where bootloader resides #BOOT_PARTITION="/dev/sdb1" + #SWAP_PARTITION="/dev/sdb2" +# /tmp is now mounted with tmpfs. +TMP_PARTITION_SIZE="8G" + +# Default options when mounting partitions +# For SSD and ext4, use relatime,discard +PARTITION_MOUNT_OPTS="defaults,noatime" + # New user to create REGUSER="" @@ -38,9 +48,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 +55,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 @@ -81,9 +92,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 +130,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"