summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/install2.pm3
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 6e0ad4620..31aa56064 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- do not warn about kernel options when parsing drakx options
+
Version 17.13 - 9 January 2016
- regressions from 17.11:
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);