X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=85c44b5d52446f066c53ee8ad3abb4a9878540b1;hb=44d3c1f9f0e8fc945206020c4bd7a15c5a457f55;hp=863f0e14e8cb346285160072619ed304c8db8fb6;hpb=4f4a038cdb74abe9337250fab81b5740320edb81;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 863f0e1..85c44b5 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -24,9 +24,19 @@ MAKEJOBS=2 # you have mounted your new LFS partition, but it can also be any directory. # This is relevant only for stage 0 and 1. LFS="/mnt/hvlinux" -LFS_PARTITION="/dev/sdb7" -BOOT_PARTITION="/dev/sdb1" -SWAP_PARTITION="/dev/sdb2" +#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,33 +48,34 @@ 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 -INTERFACES="eth0" # Simple example -MACHINE_NAME="machinename" -DOMAIN="mydomain.com" -LAN_NETWORK_MASK="192.168.0.0/24" +#INTERFACES="eth0" # Simple example +#MACHINE_NAME="machinename" +#DOMAIN="mydomain.com" +#LAN_NETWORK_MASK="192.168.0.0/24" # Network interface card #1 settings -BOOTPROTO[0]="dhcp" # dhcp or static or wifi +#BOOTPROTO[0]="dhcp" # dhcp or static or wifi # Network interface card #2 settings #BOOTPROTO[1]="static" #IP_ADDRESS[1]="192.168.0.1" -#PREFIX_LENGTH[1]=24 +#NETMASK_LENGTH[1]=24 #GATEWAY[1]="192.168.0.1" # DNS servers addresses (not required if using DHCP) @@ -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" @@ -95,6 +121,8 @@ SANE_SUPPORT="yes" # variable to the IP address of that remote computer. SANE_SERVER="" +SVN_SERVER="no" + # Define this if you want to use a remote CUPS print server #CUPS_SERVER="server.mydomain.com" @@ -104,3 +132,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"