Add option to specify filesystem mount options
[hvlinux.git] / config / sysinfos.default
index 281e3be..1ffd631 100644 (file)
@@ -34,6 +34,10 @@ LFS="/mnt/hvlinux"
 # /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=""