Phrasing and removed background coloring

This commit is contained in:
Anton Hvornum 2021-04-06 09:55:12 +02:00 committed by GitHub
parent 0df567286e
commit 4af3bbac23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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()