Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions archinstall/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ def _error_message(exc: Exception) -> None:
Archinstall experienced the above error. If you think this is a bug, please report it to
https://github.com/archlinux/archinstall and include the log file "/var/log/archinstall/install.log".

Hint: To extract the log from a live ISO
curl -F 'file=@/var/log/archinstall/install.log' https://0x0.st
Hint: To extract the log from a live ISO you can mount a USB drive or use
cat /var/log/archinstall/install.log
to view and copy the relevant output.
"""
)
warn(text)
Expand Down