Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-29 13:04:56 +0100
committerGitHub <noreply@github.com>2023-11-29 13:04:56 +0100
commit4955b64a8c596d3eafa1b96b74e915ad12b3fe63 (patch)
tree597476af81b6cc60166af123300801d0562e3473
parentc13d5fae05c85a03f479c1fcdbbcd49b5ffd3b34 (diff)
Added --skip-ntp to docs (#2273)
-rw-r--r--README.md2
-rw-r--r--docs/help/known_issues.rst5
2 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 741d57e7..6d6a26f8 100644
--- a/README.md
+++ b/README.md
@@ -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 [matrix.org](https://app.element.io/#/room/#archinstall:matrix.org) channel
* 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
diff --git a/docs/help/known_issues.rst b/docs/help/known_issues.rst
index 2f1f62cb..425829e5 100644
--- a/docs/help/known_issues.rst
+++ b/docs/help/known_issues.rst
@@ -13,12 +13,11 @@ Waiting for time sync `#2144`_
| The usual root cause of this is the network topology.
| More specifically `timedatectl show`_ cannot perform a proper time sync against the default servers.
-| A *"fix"* for this is mentioned in the issue above.
-| That is to configure ``/etc/systemd/timesyncd.conf`` and restart ``systemd-timesyncd.service``.
+| Restarting ``systemd-timesyncd.service`` might work but most often you need to configure ``/etc/systemd/timesyncd.conf`` to match your network design.
.. 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`_
------------------------------------------