summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-08-02 08:54:15 +0000
committerFrans Pop <elendil@planet.nl>2009-08-02 08:54:15 +0000
commitc6a4226aeaf5e96036af30936869b0980ac25573 (patch)
tree37c827f59f2363a62fecc76d12238b468a076a51 /en
parented6e4c4257075fc548aa9aacd6349900cfe7f8c5 (diff)
downloadinstallation-guide-c6a4226aeaf5e96036af30936869b0980ac25573.zip
On s390 the system clock is not modified by the installer
Diffstat (limited to 'en')
-rw-r--r--en/using-d-i/modules/clock-setup-finish.xml2
-rw-r--r--en/using-d-i/modules/clock-setup.xml6
2 files changed, 6 insertions, 2 deletions
diff --git a/en/using-d-i/modules/clock-setup-finish.xml b/en/using-d-i/modules/clock-setup-finish.xml
index 8067fad26..2adcb04cf 100644
--- a/en/using-d-i/modules/clock-setup-finish.xml
+++ b/en/using-d-i/modules/clock-setup-finish.xml
@@ -1,7 +1,7 @@
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->
- <sect3 id="system-clock">
+ <sect3 arch="not-s390" id="system-clock">
<title>Setting the System Clock</title>
<para>
diff --git a/en/using-d-i/modules/clock-setup.xml b/en/using-d-i/modules/clock-setup.xml
index 9d14f8604..83aa6f948 100644
--- a/en/using-d-i/modules/clock-setup.xml
+++ b/en/using-d-i/modules/clock-setup.xml
@@ -4,7 +4,7 @@
<sect3 id="clock-setup">
<title>Configuring the Clock</title>
-<para>
+<para arch="not-s390">
The installer will first attempt to connect to a time server on the
Internet (using the <firstterm>NTP</firstterm> protocol) in order to
@@ -13,6 +13,10 @@ will assume the time and date obtained from the system clock when the
installation system was booted are correct. It is not possible to manually
set the system time during the installation process.
+</para><para arch="s390">
+
+The installer does not modify the system clock on the s390 platform.
+
</para>
&module-tzsetup.xml;