From b771ad7b3c32be3f02481bf41f9ad5c470d8dd5f Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 19 Mar 2019 15:14:31 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7948c8040..612c86770 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ After a reboot of the system, register the HermitCore loader at your system with following command: ```bash -$ sudo -c sh 'echo ":hermit:M:7:\\x42::/opt/hermit/bin/proxy:" > /proc/sys/fs/binfmt_misc/register' +$ sudo -c sh 'echo ":hermit:M:7:\\xff::/opt/hermit/bin/proxy:" > /proc/sys/fs/binfmt_misc/register' ``` The IP device between HermitCore and Linux currently does not support IPv6.