summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2018-11-09 19:46:54 +0100
committerHolger Wansing <hwansing@mailbox.org>2018-11-09 19:46:54 +0100
commitb42e98c97b3329625e6c2d55a368c167a07d8fbe (patch)
tree2e0d35ec98fc63593a5bb9d2cfaccdb5c43aff62 /en
parent3bc4eb1d46507ccb6c53fcb15f8de8574a0b222b (diff)
downloadinstallation-guide-b42e98c97b3329625e6c2d55a368c167a07d8fbe.zip
Correct order of modules in 'Using the installer' chapter: clock setup is after user account setup, not before.
Diffstat (limited to 'en')
-rw-r--r--en/howto/installation-howto.xml16
-rw-r--r--en/using-d-i/components.xml5
-rw-r--r--en/using-d-i/modules/clock-setup.xml4
3 files changed, 13 insertions, 12 deletions
diff --git a/en/howto/installation-howto.xml b/en/howto/installation-howto.xml
index f2afb5c3b..695f4b535 100644
--- a/en/howto/installation-howto.xml
+++ b/en/howto/installation-howto.xml
@@ -248,14 +248,7 @@ will be given the opportunity to configure the network manually.
</para><para>
-The next step is setting up your clock and time zone. The installer will
-try to contact a time server on the Internet to ensure the clock is set
-correctly. The time zone is based on the country selected earlier and the
-installer will only ask to select one if a country has multiple zones.
-
-</para><para>
-
-Setting up your clock and time zone is followed by the creation of user accounts. By
+Setting up the network is followed by the creation of user accounts. By
default you are asked to provide a password for the <quote>root</quote>
(administrator) account and information necessary to create one regular user
account. If you do not specify a password for the <quote>root</quote> user, this
@@ -266,6 +259,13 @@ By default, the first user created on the system will be allowed to use the
</para><para>
+The next step is setting up your clock and time zone. The installer will
+try to contact a time server on the Internet to ensure the clock is set
+correctly. The time zone is based on the country selected earlier and the
+installer will only ask to select one if a country has multiple zones.
+
+</para><para>
+
Now it is time to partition your disks. First you will be given the
opportunity to automatically partition either an entire drive, or available
free space on a drive (see <xref linkend="partman-auto" />).
diff --git a/en/using-d-i/components.xml b/en/using-d-i/components.xml
index 108460efa..c7e5e8bad 100644
--- a/en/using-d-i/components.xml
+++ b/en/using-d-i/components.xml
@@ -57,8 +57,6 @@ See <xref linkend="loading-firmware"/> for further details.
&module-anna.xml;
&module-netcfg.xml;
&module-choose-mirror.xml;
-<!-- tzsetup is included in clock-setup -->
-&module-clock-setup.xml;
</sect2>
@@ -76,6 +74,9 @@ completed.
&module-user-setup.xml;
</sect2>
+&module-clock-setup.xml;
+<!-- tzsetup is included in clock-setup -->
+
<sect2 id="di-partition">
<title>Partitioning and Mount Point Selection</title>
<para>
diff --git a/en/using-d-i/modules/clock-setup.xml b/en/using-d-i/modules/clock-setup.xml
index 0e699b7c9..a8a2a4477 100644
--- a/en/using-d-i/modules/clock-setup.xml
+++ b/en/using-d-i/modules/clock-setup.xml
@@ -1,7 +1,7 @@
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->
- <sect3 id="clock-setup">
+ <sect2 id="clock-setup">
<title>Configuring the Clock and Time Zone</title>
<para arch="not-s390">
@@ -21,4 +21,4 @@ The installer does not modify the system clock on the S/390 platform.
&module-tzsetup.xml;
- </sect3>
+ </sect2>