Clarify info message about profile installation (#1219)
This commit is contained in:
parent
65a5a335aa
commit
21ac931b9b
|
|
@ -1019,7 +1019,7 @@ class Installer:
|
|||
if type(profile) == str:
|
||||
profile = Profile(self, profile)
|
||||
|
||||
self.log(f'Installing network profile {profile}', level=logging.INFO)
|
||||
self.log(f'Installing archinstall profile {profile}', level=logging.INFO)
|
||||
return profile.install()
|
||||
|
||||
def enable_sudo(self, entity: str, group :bool = False) -> bool:
|
||||
|
|
|
|||
Loading…
Reference in New Issue