From 3e020ed620c21916dae8fb94ad51f9ec2c0541ab Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 28 Dec 2017 15:40:16 -0800 Subject: [PATCH] Move "Getting Help" into the Quick Reference's "Get Help" section --- sl/content.md | 6 ------ sl/get-help.md | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 sl/get-help.md diff --git a/sl/content.md b/sl/content.md index 4a62a1d4b..f3ba5685d 100644 --- a/sl/content.md +++ b/sl/content.md @@ -28,12 +28,6 @@ Updated images will be released roughly once per month. The root filesystem for these docker images is built on our internal build system. -## Getting Help - -- [SL Faq](https://www.scientificlinux.org/documentation/faq) - -- [Email Lists](https://www.scientificlinux.org/community) - ## Docker, overlayfs, and yum Recent Docker versions support the [overlayfs](https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/) backend, which is enabled by default on most distros supporting it from Docker 1.13 onwards. On SL 6 and 7, that backend requires `yum-plugin-ovl` to be installed and enabled, which it is in our containers. Make it sure you retain the `plugins=1` option in `/etc/yum.conf` if you update that file; otherwise, you may encounter errors related to rpmdb checksum failure - see [Docker ticket 10180](https://github.com/docker/docker/issues/10180) for more details. diff --git a/sl/get-help.md b/sl/get-help.md new file mode 100644 index 000000000..3f914aef7 --- /dev/null +++ b/sl/get-help.md @@ -0,0 +1 @@ +[SL Faq](https://www.scientificlinux.org/documentation/faq) or [Email Lists](https://www.scientificlinux.org/community)