From 4047e52beb10ff604d1564bfc29e7672aac87b8c Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Tue, 12 May 2009 12:14:18 +0000 Subject: remove old busybox stuff git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2851 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Distro/Base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm') 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; -- cgit v1.2.3-55-g7522