mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Switch to non-installing WSL by default
The Windows installer GUI has a checkbox to choose if WSL and HyperV should be installed as part of the installation of Podman. Now, by default, that checkbox is disabled for both WSL and HyperV. Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
<Variable Name="InstallFolder" Type="formatted" Value="[ProgramFiles64Folder]RedHat\Podman" bal:Overridable="yes" />
|
||||
<Variable Name="VERSION" Value="$(var.VERSION)" />
|
||||
<Variable Name="MachineProvider" Type="string" Value="wsl" bal:Overridable="yes" />
|
||||
<Variable Name="WSLCheckbox" Type="numeric" Value="1" bal:Overridable="yes" />
|
||||
<Variable Name="WSLCheckbox" Type="numeric" Value="0" bal:Overridable="yes" />
|
||||
<Variable Name="HyperVCheckbox" Type="numeric" Value="0" bal:Overridable="yes" />
|
||||
<Variable Name="AllowOldWin" Type="numeric" Value="0" bal:Overridable="yes" />
|
||||
<Variable Name="LaunchTarget" Value="explorer.exe" />
|
||||
|
Reference in New Issue
Block a user