summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-12-24 00:40:01 +0200
committerThomas Backlund <tmb@mageia.org>2016-12-24 00:40:01 +0200
commitc3a217af744ac08620d0db73ce651600032b2ef1 (patch)
tree04ab457ac40d0961ef0550df94dfc2dcbc8c7621
parent3093fe374b7b5ab11849d01283ebdd869e8146a8 (diff)
downloaddraklive-c3a217af744ac08620d0db73ce651600032b2ef1.tar
draklive-c3a217af744ac08620d0db73ce651600032b2ef1.tar.gz
draklive-c3a217af744ac08620d0db73ce651600032b2ef1.tar.bz2
draklive-c3a217af744ac08620d0db73ce651600032b2ef1.tar.xz
draklive-c3a217af744ac08620d0db73ce651600032b2ef1.zip
disable audit logging as it floods the logs
-rw-r--r--NEWS2
-rwxr-xr-xdraklive2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a5ad21c..7e88d57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- disable audit logging as it floods the logs
+
2.5:
- remove control characters from boot/help.msg
diff --git a/draklive b/draklive
index b6c6dfc..48b7e85 100755
--- a/draklive
+++ b/draklive
@@ -60,7 +60,7 @@ sub get_default_append {
if_($use_dracut || !need_media_specific_boot($live),
'root=mgalive:' . $live->{media}->get_media_source_for_nash),
if_($live->{system}{vga_mode} && $append !~ /\bvga=\b/,
- 'splash quiet noiswmd rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0',
+ 'splash quiet noiswmd audit=0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0',
'vga=' . $live->{system}{vga_mode}),
if_($append, $append),
);