From 44cc0a975a730c5bb48b60b6c75791614f8671f4 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 23 Mar 2008 14:27:51 +0000 Subject: * no longer asks for root password upon install (will be done as a plugin later) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1675 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-setup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'installer/slxos-setup') diff --git a/installer/slxos-setup b/installer/slxos-setup index d46030a7..5e9bf650 100755 --- a/installer/slxos-setup +++ b/installer/slxos-setup @@ -115,8 +115,7 @@ if ($action =~ m[^import]i) { chdir($FindBin::RealBin) or die _tr("can't chdir to script-path <%> (%s)", $FindBin::RealBin, $!); $engine->initialize($vendorOSName, 'install'); - my $rootPassword = readPassword("root-password for new system> "); - $engine->installVendorOS({ 'root-password' => $rootPassword }); + $engine->installVendorOS(); } elsif ($action =~ m[^clone]i) { my $source = shift @ARGV; my $vendorOSName = shift @ARGV; -- cgit v1.2.3-55-g7522