From 8a94fb3bd920b647d0f033153109d60bb09ddaa6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Jan 2016 08:40:49 -0500 Subject: silent a warning bout BOOT_IMAGE option --- perl-install/install/install2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 090bcd234..af60f7e0f 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -583,7 +583,8 @@ sub parse_args { 'compsslistlevel=s' => \$o->{compssListLevel}, # to ignore: - 'BOOT_IMAGE|quiet|resume|root|splash' => sub {}, + 'BOOT_IMAGE=s' => sub {}, + 'quiet|resume|root|splash' => sub {}, ); ($cfg, $patch); -- cgit v1.2.1