Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added --skip-ntp to docs #2273

Merged
merged 1 commit into from Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions docs/help/known_issues.rst
Expand Up @@ -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`_
------------------------------------------
Expand Down