Make config module persist in WSL
This commit is contained in:
parent
f46d2da997
commit
95f65458eb
|
@ -18,6 +18,7 @@ $null = New-Module {
|
|||
Finishes the installation of a running Windows machine.
|
||||
#>
|
||||
function Start-WindowsInstallation {
|
||||
$env:WSLENV = "CONFIG_MODULE/p";
|
||||
$ErrorActionPreference = 'Inquire';
|
||||
Start-InstallationLoop;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue