summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/BootEnvironment/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-09-01 12:32:02 +0200
committerOliver Tappe2008-09-01 12:32:02 +0200
commitaaaeb9f927d17a766cbb143f65e4f1702cbd04ba (patch)
treebf8708a950ea2e91491accd713898b6a36008a4d /boot-env/OpenSLX/BootEnvironment/Base.pm
parent* added to static info files for preboot-cd (diff)
downloadcore-aaaeb9f927d17a766cbb143f65e4f1702cbd04ba.tar.gz
core-aaaeb9f927d17a766cbb143f65e4f1702cbd04ba.tar.xz
core-aaaeb9f927d17a766cbb143f65e4f1702cbd04ba.zip
* next refactoring step: made MakeInitRamFS part of boot environment
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2167 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/BootEnvironment/Base.pm')
-rw-r--r--boot-env/OpenSLX/BootEnvironment/Base.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot-env/OpenSLX/BootEnvironment/Base.pm b/boot-env/OpenSLX/BootEnvironment/Base.pm
index 78732957..50969f26 100644
--- a/boot-env/OpenSLX/BootEnvironment/Base.pm
+++ b/boot-env/OpenSLX/BootEnvironment/Base.pm
@@ -24,7 +24,7 @@ use File::Path;
use OpenSLX::Basics;
use OpenSLX::ConfigDB;
-use OpenSLX::MakeInitRamFS::Engine;
+use OpenSLX::MakeInitRamFS::Engine::SlxBoot;
use OpenSLX::Utils;
our %initramfsMap;
@@ -154,7 +154,8 @@ sub _makeInitRamFS
$params->{'debug-level'} = $debugLevel;
}
- my $makeInitRamFSEngine = OpenSLX::MakeInitRamFS::Engine->new($params);
+ my $makeInitRamFSEngine
+ = OpenSLX::MakeInitRamFS::Engine::SlxBoot->new($params);
$makeInitRamFSEngine->execute($self->{'dry-run'});
# copy back kernel-params, as they might have been changed (by plugins)