From 8c96fd105a9e370671175c98edbe143bbd7ef472 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Fri, 23 Dec 2022 11:37:27 +0800 Subject: [PATCH] add cgroup_disable=files to default cmdline --- docs/zh/docs/Releasenotes/release_notes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/zh/docs/Releasenotes/release_notes.md b/docs/zh/docs/Releasenotes/release_notes.md index 1a8932e74..8e0c0292f 100644 --- a/docs/zh/docs/Releasenotes/release_notes.md +++ b/docs/zh/docs/Releasenotes/release_notes.md @@ -1,3 +1,10 @@ # 发行说明 -本文档是 openEuler 22.03-LTS 版本的发行说明。 \ No newline at end of file +本文档是 openEuler 22.03-LTS-SP1 版本的发行说明。 + +# changelog +## cmdline +1. Add cgroup_disable=files to default cmdline. + This is consistent with the cgroup opening feature by default. + If any user want to use this feature, just remove this cmdline. + Here is the reference: https://gitee.com/src-openeuler/anaconda/pulls/261 -- Gitee