From ead3bd93e9bdec8b6cf965e6b494ea131afcf4ae Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 9 Jan 2016 20:26:14 +0100 Subject: fix warnings about unknown kernel options (when parsing drakx options) we don't use "pass_through" Getopt option so that we do get warnings about wrongly named options --- perl-install/install/install2.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 53de2f139..090bcd234 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -581,6 +581,9 @@ sub parse_args { askmedia => \$o->{askmedia}, restore => \$::isRestore, 'compsslistlevel=s' => \$o->{compssListLevel}, + + # to ignore: + 'BOOT_IMAGE|quiet|resume|root|splash' => sub {}, ); ($cfg, $patch); -- cgit v1.2.1