From 30626d480d3568f27143f95402ab4c1a42a66c39 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Jul 2025 12:35:45 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/desktop-lite/README.md | 2 +- src/rust/README.md | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md index a70997405..67b26ee8a 100644 --- a/src/desktop-lite/README.md +++ b/src/desktop-lite/README.md @@ -16,7 +16,7 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Currently Unused! | string | latest | -| noVncVersion | The noVNC version to use | string | 1.2.0 | +| noVncVersion | The noVNC version to use | string | 1.6.0 | | password | Enter a password for desktop connections. If "noPassword", connections from the local host can be established without entering a password | string | vscode | | webPort | Enter a port for the VNC web client (noVNC) | string | 6080 | | vncPort | Enter a port for the desktop VNC server (TigerVNC) | string | 5901 | diff --git a/src/rust/README.md b/src/rust/README.md index 963588c2a..bc5b541de 100644 --- a/src/rust/README.md +++ b/src/rust/README.md @@ -18,7 +18,7 @@ Installs Rust, common Rust utilities, and their required dependencies | version | Select or enter a version of Rust to install. | string | latest | | profile | Select a rustup install profile. | string | minimal | | targets | Optional comma separated list of additional Rust targets to install. | string | - | -| components | Optional comma separeated list of rust components to be installed based on input. | string | rust-analyzer,rust-src,rustfmt,clippy | +| components | Optional, comma separated list of Rust components to be installed | string | rust-analyzer,rust-src,rustfmt,clippy | ## Customizations @@ -32,12 +32,7 @@ Installs Rust, common Rust utilities, and their required dependencies ## OS Support -This Feature should work on recent versions of Debian/Ubuntu, RedHat Enterprise Linux, Fedora, Alma, RockyLinux -and Mariner distributions with the `apt`, `yum`, `dnf`, `microdnf` and `tdnf` package manager installed. - - -**Note:** Alpine is not supported because the rustup-init binary requires glibc to run, but Alpine Linux does not include `glibc` -by default. Instead, it uses musl libc, which is not binary-compatible with glibc. +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. `bash` is required to execute the `install.sh` script.