diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-12-24 00:36:23 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-12-24 00:36:23 +0200 |
commit | 1ea7c5a1099fb73823cf4fea7e46328945fa4f81 (patch) | |
tree | 98b0c2e8ee281de151ddd26f51bfad74cb01a8be /images/grub2.config | |
parent | b8a9c49c6418e81b01a78feb49c1a038fd907842 (diff) | |
download | drakx-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/grub2.config')
-rw-r--r-- | images/grub2.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |