Phrasing and removed background coloring
This commit is contained in:
parent
0df567286e
commit
4af3bbac23
|
|
@ -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:
|
with archinstall.arguments['profile'].load_instructions(namespace=f"{archinstall.arguments['profile'].namespace}.py") as imported:
|
||||||
if not imported._post_install():
|
if not imported._post_install():
|
||||||
archinstall.log(
|
archinstall.log(
|
||||||
' * Profile\'s preparation requirements was not fulfilled.',
|
' * Profile\'s post configuration requirements was not fulfilled.',
|
||||||
bg='black',
|
|
||||||
fg='red'
|
fg='red'
|
||||||
)
|
)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue