refactor: update Waydroid installation instructions and streamline VM setup

This commit is contained in:
MickLesk
2026-05-26 11:18:38 +02:00
parent 9e9dafe1db
commit 81ed82d406
2 changed files with 139 additions and 95 deletions

View File

@@ -38,8 +38,8 @@
"type": "info"
},
{
"text": "Waydroid is NOT pre-installed. After first boot, run: curl -s https://repo.waydro.id | bash && apt install -y waydroid",
"type": "warning"
"text": "Waydroid is pre-installed into the image before the VM boots. After first boot, run: sudo waydroid init && sudo systemctl start waydroid-container",
"type": "info"
},
{
"text": "Waydroid requires a running Wayland compositor. For headless setups install 'weston'. GPU acceleration requires VirtIO GPU or GPU passthrough.",