diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-12-24 00:40:01 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-12-24 00:40:01 +0200 |
commit | c3a217af744ac08620d0db73ce651600032b2ef1 (patch) | |
tree | 04ab457ac40d0961ef0550df94dfc2dcbc8c7621 | |
parent | 3093fe374b7b5ab11849d01283ebdd869e8146a8 (diff) | |
download | drakiso-c3a217af744ac08620d0db73ce651600032b2ef1.tar drakiso-c3a217af744ac08620d0db73ce651600032b2ef1.tar.gz drakiso-c3a217af744ac08620d0db73ce651600032b2ef1.tar.bz2 drakiso-c3a217af744ac08620d0db73ce651600032b2ef1.tar.xz drakiso-c3a217af744ac08620d0db73ce651600032b2ef1.zip |
disable audit logging as it floods the logs
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | draklive | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- disable audit logging as it floods the logs + 2.5: - remove control characters from boot/help.msg @@ -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), ); |