summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fernandes (Google) <joel@joelfernandes.org>2018-07-27 20:04:30 -0700
committerJoel Fernandes (Google) <joel@joelfernandes.org>2018-07-27 20:04:30 -0700
commit76e8464685e7e3c5f581bae7f693bdb07ca3babf (patch)
tree86c6895761ee61f4863f14b5c54d823caa4947f9
parent4ae2a7ca1d08d43e48656f77e388c5b4b2b2974e (diff)
downloadadeb-76e8464685e7e3c5f581bae7f693bdb07ca3babf.tar.gz
readme: start a trouble shooting section
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31a57bf..ec81bef 100644
--- a/README.md
+++ b/README.md
@@ -163,3 +163,8 @@ adeb prepare --build --arch amd64 --bcc --kernelsrc /path/to/kernel-source/
```
Note: The --download option ignores the --arch flag. This is because we only
provide pre-built filesystems for ARM64 at the moment.
+
+Common Trouble shooting
+-----------------
+1. Installing g++ with `apt-get install g++` fails.
+A. Solution: Run `adeb shell apt-get update` after the `adeb prepare` stage.