Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-06 09:55:12 +0200
committerGitHub <noreply@github.com>2021-04-06 09:55:12 +0200
commit4af3bbac2306146ce038666f2911690c655bcb63 (patch)
tree96b84cf6300e0e992dcc32cce986f687f244ea88
parent0df567286e78ae8b5705ce22b7bc76aa28ee11f6 (diff)
Phrasing and removed background coloring
-rw-r--r--examples/guided.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 3f11b7a8..85492a81 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -348,8 +348,7 @@ def perform_installation(device, boot_partition, language, mirrors):
with archinstall.arguments['profile'].load_instructions(namespace=f"{archinstall.arguments['profile'].namespace}.py") as imported:
if not imported._post_install():
archinstall.log(
- ' * Profile\'s preparation requirements was not fulfilled.',
- bg='black',
+ ' * Profile\'s post configuration requirements was not fulfilled.',
fg='red'
)
exit(1)
@@ -357,4 +356,4 @@ def perform_installation(device, boot_partition, language, mirrors):
ask_user_questions()
perform_installation_steps()
- \ No newline at end of file
+