From c3a217af744ac08620d0db73ce651600032b2ef1 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 24 Dec 2016 00:40:01 +0200 Subject: disable audit logging as it floods the logs --- NEWS | 2 ++ draklive | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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), ); -- cgit v1.2.1