Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for Intel Clear Linux OS #75

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions usage/install-on-desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,21 @@ NixOS community has a wiki page for WayDroid:

{% embed url="https://wiki.nixos.org/wiki/Waydroid" %}

## Intel's Clear Linux OS

Waydroid can be added via swupd
```bash
sudo swupd bundle-add waydroid
```
Afterwards, initialize waydroid, then use the following workaround for apparmor since CL does not support it
```bash
sudo sed -i '/^lxc\.apparmor\.profile/s/^/# /' /var/lib/waydroid/lxc/waydroid/config
```
Once complete, enable and start waydroid-container.service via systemctl.
For more detailed instructions and troubleshooting, visit the community page

{% embed url="https://community.clearlinux.org/t/waydroid-on-clear-linux/7470/12" %}

# Troubleshooting

## Manually Starting Waydroid
Expand Down