Added --skip-ntp to docs (#2273)

This commit is contained in:
Anton Hvornum 2023-11-29 13:04:56 +01:00 committed by GitHub
parent c13d5fae05
commit 4955b64a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,7 @@ The installer also doubles as a python library to install Arch Linux and manage
* archinstall [discord](https://discord.gg/cqXU88y) server * archinstall [discord](https://discord.gg/cqXU88y) server
* archinstall [matrix.org](https://app.element.io/#/room/#archinstall:matrix.org) channel * archinstall [matrix.org](https://app.element.io/#/room/#archinstall:matrix.org) channel
* archinstall [#archinstall@irc.libera.chat](irc://#archinstall@irc.libera.chat:6697) * archinstall [#archinstall@irc.libera.chat](irc://#archinstall@irc.libera.chat:6697)
* archinstall [documentation](https://archinstall.readthedocs.io/) * archinstall [documentation](https://archinstall.archlinux.page/)
# Installation & Usage # Installation & Usage

View File

@ -13,12 +13,11 @@ Waiting for time sync `#2144`_
| The usual root cause of this is the network topology. | The usual root cause of this is the network topology.
| More specifically `timedatectl show`_ cannot perform a proper time sync against the default servers. | More specifically `timedatectl show`_ cannot perform a proper time sync against the default servers.
| A *"fix"* for this is mentioned in the issue above. | Restarting ``systemd-timesyncd.service`` might work but most often you need to configure ``/etc/systemd/timesyncd.conf`` to match your network design.
| That is to configure ``/etc/systemd/timesyncd.conf`` and restart ``systemd-timesyncd.service``.
.. note:: .. note::
A proposal to override the time sync check has been put up for discussion in `#2144`_. If you know your time is correct on the machine, you can run ``archinstall --skip-ntp`` to ignore time sync.
Missing Nvidia Proprietary Driver `#2002`_ Missing Nvidia Proprietary Driver `#2002`_
------------------------------------------ ------------------------------------------