summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2008-03-17 21:50:32 +0100
committerOliver Tappe2008-03-17 21:50:32 +0100
commit2670234774747160fc5767a8b150689ed35dabfa (patch)
treea856f005b34e3c2b5bba562b625bdfedb84826ce
parent* renamed installSelection() and removeSelection() to ...Packages(), as that's (diff)
downloadcore-2670234774747160fc5767a8b150689ed35dabfa.tar.gz
core-2670234774747160fc5767a8b150689ed35dabfa.tar.xz
core-2670234774747160fc5767a8b150689ed35dabfa.zip
* renamed installSelection() and removeSelection() to ...Packages(), as that's
what it is git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1642 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm b/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm
index 6dd99e06..87c14534 100644
--- a/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm
@@ -35,7 +35,7 @@ sub preSystemInstallationHook
#
# in order to circumvent this problem, we manually install initrd-tools
# (which contains mkinitrd) ...
- $self->{engine}->{'meta-packager'}->installSelection('initrd-tools');
+ $self->{engine}->{'meta-packager'}->installPackages('initrd-tools');
# ... and replace /usr/sbin/mkinitrd with a dummy, in order to skip the
# initrd-creation.
rename('/usr/sbin/mkinitrd', '/usr/sbin/_mkinitrd');