add fedora support
This commit is contained in:
@@ -24,6 +24,7 @@ resort, custom kernels are always capable.
|
|||||||
- [arch-linux](arch-linux.md)
|
- [arch-linux](arch-linux.md)
|
||||||
- [centos](centos.md)
|
- [centos](centos.md)
|
||||||
- [debian](debian.md)
|
- [debian](debian.md)
|
||||||
|
- [fedora](fedora.md)
|
||||||
- [kubernetes](kubernetes.md)
|
- [kubernetes](kubernetes.md)
|
||||||
- [ubuntu](ubuntu.md)
|
- [ubuntu](ubuntu.md)
|
||||||
- [wsl](wsl.md)
|
- [wsl](wsl.md)
|
||||||
|
|||||||
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