Merge pull request #1214 from sgowie/master

Updates language for missed "legacy" term
This commit is contained in:
Tianon Gravi 2018-05-07 13:12:27 -07:00 committed by GitHub
commit 3e9d03ef89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,6 +103,6 @@ $ cat /proc/self/maps | egrep 'vdso|vsyscall'
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
```
If you do not see a `vsyscall` mapping, and you need to run a legacy CentOS container, try adding `vsyscall=emulated` to the kernel options in your bootloader
If you do not see a `vsyscall` mapping, and you need to run a CentOS 6 container, try adding `vsyscall=emulated` to the kernel options in your bootloader
Further reading : [lwn.net](https://lwn.net/Articles/446528/)