add fedora support
This commit is contained in:
19
deploy/fedora.md
Normal file
19
deploy/fedora.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Deploy redroid on Fedora Linux
|
||||
|
||||
```
|
||||
## update kernel (binderfs seems introduce kernel panic on 5.17)
|
||||
dnf update
|
||||
reboot
|
||||
|
||||
## disable SELinux temporarily
|
||||
setenforce 0
|
||||
|
||||
## run with memfd enabled
|
||||
docker run -itd --rm --privileged \
|
||||
--pull always \
|
||||
-v ~/data11:/data \
|
||||
-p 5555:5555 \
|
||||
--name redroid11 \
|
||||
redroid/redroid:11.0.0-latest \
|
||||
androidboot.use_memfd=1
|
||||
```
|
||||
Reference in New Issue
Block a user