summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
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
}