public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 594ca8516bf87e3711f48f6f15ad637dc8d1c07d
@ 2017-08-03  9:41 git
  0 siblings, 0 replies; only message in thread
From: git @ 2017-08-03  9:41 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2048 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  594ca8516bf87e3711f48f6f15ad637dc8d1c07d (commit)
      from  fad62aa9fc7acbcbd3a32ac3181812b767f26824 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 594ca8516bf87e3711f48f6f15ad637dc8d1c07d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Aug 3 09:36:20 2017 +0000

    setup: Disable printing kernel debug messages on console
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 setup/setup.nm           | 4 +++-
 setup/sysctl/printk.conf | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 setup/sysctl/printk.conf

Difference in files:
diff --git a/setup/setup.nm b/setup/setup.nm
index 75c9da2..dad72ae 100644
--- a/setup/setup.nm
+++ b/setup/setup.nm
@@ -5,7 +5,7 @@
 
 name       = setup
 version    = 3.0
-release    = 8
+release    = 9
 arch       = noarch
 
 groups     = Base Build System/Base
@@ -49,6 +49,8 @@ build
 		chmod -v 0400 %{BUILDROOT}%{sysconfdir}/{,g}shadow
 
 		mkdir -pv %{BUILDROOT}%{sysconfdir}/sysctl.d
+		install -m 644 %{DIR_APP}/sysctl/printk.conf \
+			%{BUILDROOT}%{sysconfdir}/sysctl.d/printk.conf
 		install -m 644 %{DIR_APP}/sysctl/swappiness.conf \
 			%{BUILDROOT}%{sysconfdir}/sysctl.d/swappiness.conf
 	end
diff --git a/setup/sysctl/printk.conf b/setup/sysctl/printk.conf
new file mode 100644
index 0000000..efad553
--- /dev/null
+++ b/setup/sysctl/printk.conf
@@ -0,0 +1,3 @@
+# This will disable printing any kernel messages on the console
+
+kernel.printk=1 4 1 7


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-03  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-03  9:41 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 594ca8516bf87e3711f48f6f15ad637dc8d1c07d git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox