From cedf72c7559e96d07fefdf55dc007aeb6bca1ca0 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 25 Jul 2007 19:30:02 +0000 Subject: * reworked OpenSLX::OSSetup::Distro structure to incorporate a distro specific hierarchy level in addition to the distro & version specific files. The latter will be converted to config-files soon. * moved string2Array() and chrootInto() from OpenSLX::OSSetup::Engine to OpenSLX::Utils to make them available to other callers * started work on ubuntu & debian installation (not done yet) * cleaned interface of OpenSLX::OSSetup::Engine (separated public from private methods) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1275 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Packager/Base.pm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'installer/OpenSLX/OSSetup/Packager/Base.pm') diff --git a/installer/OpenSLX/OSSetup/Packager/Base.pm b/installer/OpenSLX/OSSetup/Packager/Base.pm index 3aa8921e..c33b690b 100644 --- a/installer/OpenSLX/OSSetup/Packager/Base.pm +++ b/installer/OpenSLX/OSSetup/Packager/Base.pm @@ -31,13 +31,17 @@ sub new sub initialize { my $self = shift; - my $distro = shift; + my $engine = shift; - $self->{'distro'} = $distro; + $self->{'engine'} = $engine; return; } -sub unpackPackages +sub prepareBootstrap +{ +} + +sub bootstrap { } -- cgit v1.2.3-55-g7522