summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-01-21 08:40:49 -0500
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-01-21 18:26:02 +0100
commitd032705d88978399f3cd5de22397bec25044c0a8 (patch)
tree5c1a62b6cccae05162357604c924316f6b10e5c7 /perl-install/install/install2.pm
parentae52cd454b11ad11ba7636deef536fd1cf229427 (diff)
downloaddrakx-d032705d88978399f3cd5de22397bec25044c0a8.tar
drakx-d032705d88978399f3cd5de22397bec25044c0a8.tar.gz
drakx-d032705d88978399f3cd5de22397bec25044c0a8.tar.bz2
drakx-d032705d88978399f3cd5de22397bec25044c0a8.tar.xz
drakx-d032705d88978399f3cd5de22397bec25044c0a8.zip
silent a warning bout BOOT_IMAGE option
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);