mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
fix typo
This commit is contained in:
parent
58d2d3120a
commit
b771ad7b3c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue