LivOS Desktop WSL rootfs — slim Ubuntu 24.04 LTS base for the Livinity Desktop installer (Phase 4, D-07/D-08).
- Base: ubuntu-noble-wsl-amd64-24.04lts.rootfs.tar.gz (cloud-images.ubuntu.com, verified against Canonical SHA256SUMS)
- Baked in: /etc/wsl.conf ([boot] systemd=true, [user] default=livinity), /etc/wsl-distribution.conf (defaultUid 1000, defaultName livinity, no OOBE command, shortcut+terminal profile disabled), pre-created uid-1000 user
livinity(sudo group, locked password), /etc/resolv.conf removed per MS custom-distro rules, tar --numeric-owner. - sha256(livinity.wsl) = c04c09cd2a715c1c2d515baeed7c1433856105d400f268fd584ea5a6ba7ffb78 (pinned in desktop/src/main/wsl/distro-install.ts ROOTFS_SHA256)
- Boot-verified on WSL 2.6.2: wsl --install --from-file + --name + --location works; PID1=systemd, is-system-running=running, default user uid 1000, DNS OK.
NOT an app release: this tag is intentionally not latest — box updates keep resolving /releases/latest to the newest vXX.Y tag. Re-publishing a new rootfs = new rootfs-vN tag + update ROOTFS_RELEASE_URL/ROOTFS_SHA256 in distro-install.ts.