Fixes for wifi and gui

This commit is contained in:
2025-07-16 10:17:40 +02:00
parent 85902f76fc
commit 14143cfe60
4 changed files with 36 additions and 5 deletions

View File

@@ -16,7 +16,8 @@ export KVM_GID=$(getent group kvm | cut -d: -f3)
if [ $# -eq 0 ]; then
echo "Usage: $0 <service> [additional args...]"
echo "Available services:"
echo " yocto - Interactive Yocto development environment"
echo " disk-image - Yocto build environment, builds disk-image if no other arguments are provided"
echo " qemu-server - Starts the qemu VNC server"
exit 1
fi