Upgrade to poppler-0.29.0
[hvlinux.git] / config / sysinfos.default
index a1140b3..abf9ee3 100644 (file)
@@ -25,12 +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=""
 
@@ -114,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"