ubuntu-slim 20260120.46.1 image update (#13561)

* ubuntu-slim 20260120.46.1 image update

* Update README to remove kernel version

Removed kernel version information from README.

* Add json and remove kernel verison
This commit is contained in:
Mike Tesch
2026-01-21 11:39:17 -05:00
committed by GitHub
parent 02154a30c3
commit 5668be8c2f
3 changed files with 300 additions and 14 deletions

View File

@@ -21,7 +21,6 @@ sudo chown -R ${env:USER}: $env:HOME
# Software report
$softwareReport = [SoftwareReport]::new("Ubuntu-Slim")
$softwareReport.Root.AddToolVersion("OS Version:", $(Get-OSVersionFull))
$softwareReport.Root.AddToolVersion("Kernel Version:", $(Get-KernelVersion))
$softwareReport.Root.AddToolVersion("Image Version:", $env:IMAGE_VERSION)
$softwareReport.Root.AddToolVersion("Systemd version:", $(Get-SystemdVersion))