diff options
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 7cae03d1..d19be418 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -128,10 +128,9 @@ Generic options: the kernel command line option "forcefsck" can be used to check the filesystems and "confirm" can be used to enable interactive startup questions. - AUTOSWAP=yes|no - Set to 'yes' to enable automatic swapon of all partitions with - the proper swap magic. This allows setting up swap without editing - /etc/fstab. + + Mageia specific values: + REWRITEISSUE=rewrite|remove REWRITEISSUENET=rewrite|remove Force /etc/issue or /etc/issue.net to be rewritten or removed @@ -139,8 +138,6 @@ Generic options: specify 'remove' and create /etc/security/msec/issue and/or /etc/security/msec/issue.net - Mageia specific values: - BRLTTY=yes|no Set to 'no' to disable automatic startup of brltty if it is present @@ -202,8 +199,6 @@ Generic options: /etc/sysconfig/network: NETWORKING=yes|no - HOSTNAME=<fqdn by default, but whatever hostname you want> - Note that this can be overriden by /etc/hostname. GATEWAY=<gateway IP> GATEWAYDEV=<gateway device to use, when multiple devices have GATEWAY=> (e.g. eth0) NISDOMAIN=<nis domain name> @@ -309,9 +304,8 @@ Generic options: NETWORKWAIT=yes|no This is not used with the move to systemd. - NETWORKING_IPV6=yes|no - To do this properly, disable IPv6 in the module itself. - This can be done by booting the kernel with "ipv6.disable_ipv6=1". + HOSTNAME=<fqdn by default, but whatever hostname you want> + This is now configured in /etc/hostname. /etc/sysconfig/static-routes-ipv6: Contains lines of the form: @@ -432,7 +426,7 @@ Generic options: MECH=shadow controls which data source saslauthd will consult when checking user - passwords; run 'saslauthd -a' to get a full list of available + passwords; run 'saslauthd -v' to get a full list of available authentication mechanisms SOCKETDIR=/var/run/saslauthd controls in which directory saslauthd will be directed to create its @@ -468,11 +462,8 @@ Generic options: The above variables are used in /etc/profile.d/lang.sh. - This data will be also be read from the legacy /etc/sysconfig/i18n - location, but /etc/locale.conf takes precedence. - If ~/.i18n exists, it is used in addition to /etc/locale.conf and - /etc/sysconfig/i18n for per-user customization of the locales. + for per-user customization of the locales. /etc/vconsole.conf: @@ -486,8 +477,7 @@ Generic options: and are found in /usr/lib/kbd/consoletrans. The above are used to set up the keyboard at boot time. For more - information, see vconsole.conf(5). If this file does not exist, - values will be read from /etc/sysconfig/i18n. + information, see vconsole.conf(5). Files in /etc/sysconfig/network-scripts/ ======================================== @@ -625,6 +615,13 @@ Files in /etc/sysconfig/network-scripts/ Network zone (trust level) of this connection. If not set, default zone (specified in /etc/firewalld/firewalld.conf) is used. To see all available zones, run 'firewall-cmd --get-zones'. + ARPCHECKn=yes|no + If set to 'no', ifup will not try to determine, if requested ip address + is used by other machine in network. + Defaults to 'yes'. + IPV4_FAILURE_FATAL=yes|no + If set to yes, ifup-eth will end immediately after ipv4 dhclient fails. + Defaults to 'no'. For dynamic addressing (BOOTPROTO=dhcp) only DEVICE needs to be set; all the rest will be determined by the boot protocol. @@ -686,7 +683,7 @@ Files in /etc/sysconfig/network-scripts/ IPv6-only items for real interfaces: IPV6INIT=yes|no Enable or disable IPv6 static, DHCP, or autoconf configuration for this interface - Default: no + Default: yes IPV6FORWARDING=yes|no Enable or disable global forwarding of incoming IPv6 packets Note: Obsolete in interface specification! @@ -1016,7 +1013,7 @@ Files in /etc/sysconfig/network-scripts/ "mode=active-backup arp_interval=60 arp_ip_target=192.168.1.1,192.168.1.2" Tunnel-specific items: - TYPE=GRE|IPIP + TYPE=GRE|IPIP|IPIP6 MY_INNER_IPADDR=local IP address of the tunnel interface PEER_OUTER_IPADDR=IP address of the remote tunnel endpoint MY_OUTER_IPADDR=IP address of the local tunnel endpoint @@ -1143,9 +1140,11 @@ Files in /etc/sysconfig/network-scripts/ automatically added if explicit 'via' wasn't specified. /etc/sysconfig/network-scripts/rule-<interface-name> +/etc/sysconfig/network-scripts/rule6-<interface-name> Contains lines that specify additional routing rules that should be added when the associated interface is brought up. - Each non-comment line is used directly as an argument to "/sbin/ip rule add". + Each non-comment line is used directly as an argument to "/sbin/ip rule add" + or "/sbin/ip -6 rule add" for rule6 files. |