summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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),
);