summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/doc/HOST-SETUP.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt
index ca043c5..74b7333 100644
--- a/share/doc/HOST-SETUP.txt
+++ b/share/doc/HOST-SETUP.txt
@@ -26,6 +26,15 @@ In order to enable the swap controller the following boot parameter needs to be
swapaccount=1
+2.3 vsyscall
+~~~~~~~~~~~~
+
+In order to be able to execute binaries linked to older libc versions
+(<= wheezy) newer linux versions (>= buster), add the following boot parameter
+(see #881813 for more information):
+
+ vsyscall=emulate
+
3. Networking
~~~~~~~~~~~~~