X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=1ffd6318be6b9c1f2a5a3fc07b09751634d71cf7;hb=b99ee4fadea43f239cf2df146fb93bfc95bd783e;hp=8cfb2205089336dcf9db2c8c5b697e56ff3725e1;hpb=1e03839bad192c7b855bf10f74b137ade30fc237;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 8cfb220..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="" @@ -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"