X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=85c44b5d52446f066c53ee8ad3abb4a9878540b1;hb=44d3c1f9f0e8fc945206020c4bd7a15c5a457f55;hp=281e3be32e91e9426d8f0824e38c044c2350beee;hpb=adc38b61f06689aba253e9873142d52b9eb1b9b3;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 281e3be..85c44b5 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -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="" @@ -71,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) @@ -117,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"