From b385455b18ec7ada8ec8c9c5cc467fcf46bb5dfc Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 26 Sep 2007 11:05:33 +0000 Subject: * fixed problems with respect to installation of prerequired packages * added support for setting the root-password: + slxos-setup now queries for the root-password + 'busybox cryptpw' is used to determine the hashed password as required by the specific distribution (MD5 or Blowfish) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1349 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer/slxos-setup') diff --git a/installer/slxos-setup b/installer/slxos-setup index b7461deb..4ad9f0c8 100755 --- a/installer/slxos-setup +++ b/installer/slxos-setup @@ -121,7 +121,8 @@ if ($action =~ m[^import]i) { chdir($FindBin::RealBin) or die _tr("can't chdir to script-path <%> (%s)", $FindBin::RealBin, $!); $engine->initialize($vendorOSName, 'install'); - $engine->installVendorOS(); + my $rootPassword = readPassword("root-password for new system> "); + $engine->installVendorOS({ 'root-password' => $rootPassword }); } elsif ($action =~ m[^clone]i) { my $source = shift @ARGV; my $vendorOSName = shift @ARGV; -- cgit v1.2.3-55-g7522