summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/install2.pm3
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a5231f239..b536e5ff9 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,6 @@
- Add ARM support in perl-install
+- options:
+ o silent a warning bout BOOT_IMAGE option
- partionning:
o fix crash (mga#17484)
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);