Removed unneccesary and potentially incorrect information and fixed rst.

Signed-off-by: ihutchin <ianeta.hutchinson@intel.com>
This commit is contained in:
ihutchin
2017-11-15 16:53:06 -08:00
parent df8ec09cae
commit 1f44407461
+13 -8
View File
@@ -3,14 +3,10 @@
Set the time
############
In |CL|, it is not possible to set the time manually, via `timedatectl`
nor `RTC` mode. |CLOSIA| instead uses the `systemd-timesyncd.service` daemon
to synchronize time.
|CLOSIA| uses the `systemd-timesyncd.service` daemon to synchronize time.
This section provides instructions to reset the time in your |CL| system when
the default network time protocol (NTP) servers cannot be reached. The default
NTP servers are configured as
time1.google.com, time2.google.com, time3.google.com, and time4.google.com.
the default :abbr:`NTP (Network Time Protocol)` servers cannot be reached.
#. Install the `sysadmin-basic` bundle:
@@ -18,7 +14,7 @@ time1.google.com, time2.google.com, time3.google.com, and time4.google.com.
swupd bundle-add sysadmin-basic
#. Set your timezone (this example uses Los Angeles).
#. Set your timezone. This example uses Los Angeles.
.. code-block:: console
@@ -28,7 +24,7 @@ time1.google.com, time2.google.com, time3.google.com, and time4.google.com.
To see a list of timezones, enter:
`timedatectl list-timezones | grep <locale>`
#. Create a `/etc/systemd/` directory.
#. Create a :file:`/etc/systemd/` directory.
.. code-block:: console
@@ -54,3 +50,12 @@ time1.google.com, time2.google.com, time3.google.com, and time4.google.com.
Use the :command:`timedatectl status` command to check the service status.
To restart the `timesyncd` daemon, enter :command:`systemctl restart systemd-timesyncd`
into your terminal emulator.
Congratulations! You have successfully set up the time in your |CL| system.
Further, you are now able to change the time and timezone from your |CL|
desktop. The :guilabel:`Date & Time` options are located in the
:guilabel:`Settings` application under the :guilabel:`Details`
tab.