summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Base.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-05-12 14:14:18 +0200
committerSebastian Schmelzer2009-05-12 14:14:18 +0200
commit4047e52beb10ff604d1564bfc29e7672aac87b8c (patch)
tree45fc379629d0b1eb7754ae30c2997e7283bc6dd3 /installer/OpenSLX/OSSetup/Distro/Base.pm
parentlink after config is written, else problem with writing config (diff)
downloadcore-4047e52beb10ff604d1564bfc29e7672aac87b8c.tar.gz
core-4047e52beb10ff604d1564bfc29e7672aac87b8c.tar.xz
core-4047e52beb10ff604d1564bfc29e7672aac87b8c.zip
remove old busybox stuff
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2851 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index b511ec9d..75979ac6 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -292,7 +292,7 @@ sub hashPassword
my $self = shift;
my $password = shift;
- my $busyboxBin = $self->{engine}->{'busybox-binary'};
+ my $busyboxBin = $self->{engine}->busyboxBinary();
my $hashedPassword = qx{$busyboxBin cryptpw -a md5 $password};
chomp $hashedPassword;