Replace PREFIX_LENGTH with NETMASK_LENGHTH
[hvlinux.git] / config / sysinfos.default
index 051871b..85c44b5 100644 (file)
@@ -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=""
 
@@ -65,7 +75,7 @@ XORG_KEYBOARD_VARIANT="intl"
 # 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)
@@ -82,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"
@@ -96,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"
 
@@ -106,4 +133,6 @@ 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"