From 048900a8390e12112b8a6eaafb696e4ece531d01 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 2 Jul 2007 18:40:55 +0000 Subject: * minor fix, wrong action type passed to initialize() git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1217 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/slxos-setup b/installer/slxos-setup index 1ba15527..f6d0052d 100755 --- a/installer/slxos-setup +++ b/installer/slxos-setup @@ -106,7 +106,7 @@ if ($action =~ m[^import]i) { # a known starting point: chdir($FindBin::RealBin) or die _tr("can't chdir to script-path <%> (%s)", $FindBin::RealBin, $!); - $engine->initialize($vendorOSName, 'update'); + $engine->initialize($vendorOSName, 'shell'); $engine->startChrootedShellForVendorOS(); } elsif ($action =~ m[^install]i) { my $vendorOSName = shift @ARGV; -- cgit v1.2.3-55-g7522