summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-12-24 00:36:23 +0200
committerThomas Backlund <tmb@mageia.org>2016-12-24 00:36:23 +0200
commit1ea7c5a1099fb73823cf4fea7e46328945fa4f81 (patch)
tree98b0c2e8ee281de151ddd26f51bfad74cb01a8be /images
parentb8a9c49c6418e81b01a78feb49c1a038fd907842 (diff)
downloaddrakx-1ea7c5a1099fb73823cf4fea7e46328945fa4f81.tar
drakx-1ea7c5a1099fb73823cf4fea7e46328945fa4f81.tar.gz
drakx-1ea7c5a1099fb73823cf4fea7e46328945fa4f81.tar.bz2
drakx-1ea7c5a1099fb73823cf4fea7e46328945fa4f81.tar.xz
drakx-1ea7c5a1099fb73823cf4fea7e46328945fa4f81.zip
disable audit logging by default as it floods the logs
Diffstat (limited to 'images')
-rw-r--r--images/NEWS2
-rw-r--r--images/grub2.config2
2 files changed, 3 insertions, 1 deletions
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
}