From b2ff07395c692dd7164a5a5434ef9ae9e83d7ce6 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 15 Apr 2007 11:33:43 +0000 Subject: * improved installer such that it can continue in case the basic system had been successully created in a previous run (it used to break in that case, complaining about several folders not being empty). * added support for invoking any potential vendor-specific configuration script (like SuSEconfig) after each metapackager session. Implemented invocation of SuSEconfig for all supported SUSE distros. This improves the result of an installation a lot, as it brings the system into a more directly usable state. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@892 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Distro/Base.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (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 0f4a0ffa..cb2ac57c 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -118,6 +118,14 @@ sub initDistroInfo { } +sub startSession +{ +} + +sub finishSession +{ +} + 1; ################################################################################ -- cgit v1.2.3-55-g7522