Log further messages
This commit is contained in:
parent
60f090349c
commit
d6cb9c5f70
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ function Start-WindowsInstallation([Context] $context) {
|
|||
$context.SetStage($initialConfigStage);
|
||||
|
||||
if ((Get-Command Initialize-Configuration -ErrorAction SilentlyContinue)) {
|
||||
Write-Information "Configuration initialization function was found. Running...";
|
||||
Initialize-Configuration $context;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue