From 536363ad8f09bbba896f5869c65870f81118fa6c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 9 Jan 2016 01:25:52 +0100 Subject: fix ignoring options from isolinux regression introduced in commit 560f9ca983d743cc42701c24546ac8c2080a13fe --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 0756e4028..640d9e57c 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -517,7 +517,7 @@ Parse arguments (which came from either the boot loader command line or its conf sub parse_args { my ($cfg, $patch); - my @cmdline = @_, map { "--$_" } split ' ', cat_("/proc/cmdline"); + my @cmdline = (@_, map { "--$_" } split ' ', cat_("/proc/cmdline")); #- from stage1 put_in_hash(\%ENV, { getVarsFromSh('/tmp/env') }); -- cgit v1.2.1