X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=abf9ee324976d8d10dac0419d75f087e27b6e279;hb=41b9a371e6df8733c714c204178503fe48ef80f2;hp=e2e29d0d8e2769a1d8b86da0bf73729a2f030057;hpb=5f9f6fcac1961f4f1022a0f88600278ced439e1f;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index e2e29d0..abf9ee3 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="" @@ -111,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"