From 46aab7b10b817c9a932017c5910ee4b1e952aa87 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 13 Jun 2020 13:34:02 +0300 Subject: [PATCH] Update modprobe cmd --- installation-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation-steps.md b/installation-steps.md index f4697b0..1b70a41 100644 --- a/installation-steps.md +++ b/installation-steps.md @@ -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`)