From 1ea7c5a1099fb73823cf4fea7e46328945fa4f81 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 24 Dec 2016 00:36:23 +0200 Subject: disable audit logging by default as it floods the logs --- images/NEWS | 2 ++ images/grub2.config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index 49962acec..92cba4978 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- disable audit logging as it floods the logs + Version 2.40 - 22 December 2016 by Thomas Backlund - fix background theme image name (mga#19468) diff --git a/images/grub2.config b/images/grub2.config index 36372363b..c6db07f13 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -23,7 +23,7 @@ set timeout=10 search --no-floppy --set=root -l 'Mageia-6-x86_64-netinstall' menuentry 'Start Mageia 6 (Cauldron) Install' { - linux /isolinux/x86_64/vmlinuz quiet noiswmd + linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd initrd /isolinux/x86_64/all.rdz } -- cgit v1.2.1