From 7dfe15751df1f2f934f3750b6a88c7379b1e01fe Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 6 Jan 2017 23:11:16 +0200 Subject: apply audit=0 on all entries --- images/make_boot_img | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index dbc475722..2cb607d20 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -9,7 +9,7 @@ use Carp; Config->import; my ($arch) = $Config{archname} =~ /(.*?)-/; -my $default_append = ''; +my $default_append = 'audit=0'; my $default_acpi = ''; my $default_vga = "vga=788 splash quiet"; my $default_iswmd = "noiswmd"; @@ -177,8 +177,8 @@ sub entries_append { rescue => "audit=0 rescue", ); my @entries = ( - (map { $_->[0] => "$automatic$default_acpi $default_iswmd $_->[1]" } group_by2(@simple_entries)), - noacpi => "$automatic$default_vga $default_iswmd acpi=off", + (map { $_->[0] => "$automatic$default_acpi $default_iswmd audit=0 $_->[1]" } group_by2(@simple_entries)), + noacpi => "$automatic$default_vga $default_iswmd audit=0 acpi=off", # restore => "$automatic$default_vga restore", ); -- cgit v1.2.1