diff options
author | Holger Wansing <hwansing@mailbox.org> | 2018-11-09 19:46:54 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2018-11-09 19:46:54 +0100 |
commit | b42e98c97b3329625e6c2d55a368c167a07d8fbe (patch) | |
tree | 2e0d35ec98fc63593a5bb9d2cfaccdb5c43aff62 /en/using-d-i | |
parent | 3bc4eb1d46507ccb6c53fcb15f8de8574a0b222b (diff) | |
download | installation-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/using-d-i')
-rw-r--r-- | en/using-d-i/components.xml | 5 | ||||
-rw-r--r-- | en/using-d-i/modules/clock-setup.xml | 4 |
2 files changed, 5 insertions, 4 deletions
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> |