From 2b53acd82c7e5791c5e1fea922acf6d526d22316 Mon Sep 17 00:00:00 2001 From: Shaun Gowie Date: Fri, 4 May 2018 17:15:58 -0600 Subject: [PATCH] Updates language for missed "legacy" term --- centos/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/content.md b/centos/content.md index 69710d6b3..1f821a350 100644 --- a/centos/content.md +++ b/centos/content.md @@ -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/)