aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-12-07 15:11:14 -0500
committerBill Nottingham <notting@redhat.com>2012-12-07 15:11:14 -0500
commite2e88d172c4f5688c9f96c70ba31e69effd1248d (patch)
treeecd4fdb8cb9bb81e0f72aadba758d0d671a2f9d5 /sysconfig.txt
parent7d6db66be21f22ad45c2ed961adb8eb10a7ea35e (diff)
downloadinitscripts-e2e88d172c4f5688c9f96c70ba31e69effd1248d.tar
initscripts-e2e88d172c4f5688c9f96c70ba31e69effd1248d.tar.gz
initscripts-e2e88d172c4f5688c9f96c70ba31e69effd1248d.tar.bz2
initscripts-e2e88d172c4f5688c9f96c70ba31e69effd1248d.tar.xz
initscripts-e2e88d172c4f5688c9f96c70ba31e69effd1248d.zip
Update documentation for config file migration for i18n/l10n and hostname settings. (#881923)
Also, remove obsolete setsysfont.
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 8163e437..7746671c 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -174,8 +174,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>
@@ -272,6 +270,9 @@ Generic options:
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:
@@ -427,11 +428,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:
@@ -445,8 +443,7 @@ Generic options:
and are found in /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/
========================================