Browse Source

Update modprobe cmd

master
Pekka Helenius 3 years ago
parent
commit
46aab7b10b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      installation-steps.md

+ 1
- 1
installation-steps.md View File

@ -2,7 +2,7 @@
1) Install Anbox (`anbox-git`), Anbox kernel modules `ashmem_linux` + `binder_linux` (`anbox-modules-dkms-git`)
2) Load installed kernel modules (`modprobe ashmem_linux binder_linux`). Check existence of `/usr/lib/modules-load.d/anbox.conf` file
2) Load installed kernel modules (`modprobe ashmem_linux && modprobe binder_linux`). Check existence of `/usr/lib/modules-load.d/anbox.conf` file
3) Check the kernel modules have been loaded (`lsmod | grep linux`)


Loading…
Cancel
Save