Commit 14be1de
fix(setup): show ARM64-appropriate virtualization message on ARM64
When preflight-wsl fails with 'virtualization is not enabled' on an
ARM64 device, the previous message told users to enable 'VT-x/AMD-V
(Intel VT or AMD SVM)' — terminology that doesn't exist on ARM64.
Branch the remediation text on RuntimeInformation.OSArchitecture:
- Arm64 → generic UEFI / Intune / HVCI wording
- x64/x86 → existing VT-x/AMD-V text (unchanged)
Closes #593
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent eb06fba commit 14be1de
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 | | |
106 | 113 | | |
107 | 114 | | |
| |||
0 commit comments