diff options
-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), ); |