installer

This commit is contained in:
2026-09-22 08:18:02 -03:00
parent 2a0a793f19
commit dee899d86f
36 changed files with 521 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
# Fresh WSL: systemd off, resolv.conf generated, no .wslconfig — all three said.
+ Ubuntu 22.04.5 LTS amd64, WSL
+ ! systemd not enabled in /etc/wsl.conf
+ - resolv.conf is WSL-generated
+ Enable systemd — add to /etc/wsl.conf:
+ Cap/raise the WSL VM memory
- native linux

View File

@@ -0,0 +1,4 @@
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
ID=ubuntu

View File

@@ -0,0 +1,4 @@
MemTotal: 8055020 kB
MemAvailable: 7340032 kB
SwapTotal: 2097152 kB
SwapFree: 2097152 kB

View File

@@ -0,0 +1 @@
Linux version 5.15.167.4-microsoft-standard-WSL2