X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=85c44b5d52446f066c53ee8ad3abb4a9878540b1;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=a1140b3c646a965df5f83b702bc87ebf3f3152eb;hpb=1083076034a8c41028e0587f302bfc8cfdb776af;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index a1140b3..85c44b5 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -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="" @@ -68,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) @@ -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"