mirror of
https://github.com/choff/anbox-modules.git
synced 2025-04-12 23:33:12 +08:00
Added packaging guide and compat fix
Added packaging guide and compat fix
This commit is contained in:
parent
b558310e0a
commit
dcd52bf298
@ -100,3 +100,11 @@ modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.0.2-7
|
|||||||
ls: cannot access '/dev/binder': No such file or directory
|
ls: cannot access '/dev/binder': No such file or directory
|
||||||
ls: cannot access '/dev/ashmem': No such file or directory
|
ls: cannot access '/dev/ashmem': No such file or directory
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Packaging:
|
||||||
|
## Debian/Ubuntu:
|
||||||
|
```
|
||||||
|
sudo apt-get install devscripts dh-dkms -y
|
||||||
|
debuild -i -us -uc -b
|
||||||
|
ls -lrt ../anbox-modules-dkms_*.deb
|
||||||
|
```
|
||||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
9
|
10
|
||||||
|
Loading…
Reference in New Issue
Block a user