summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm3
1 files changed, 2 insertions, 1 deletions
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);