From 061c50264ce019265fef3933d53a42a923847bd8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 3 Aug 2007 19:57:52 +0000 Subject: * finished support for installation of Debian & Ubuntu. Things seem to be working more or less fine now. Some systems I have tested do not boot into the graphical environment automatically, but that may be a problem in stage3 (as manually invoking gdm works). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1313 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 f29c7e46..e1ca0a64 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -213,6 +213,14 @@ sub pickKernelFile return $newestKernelFile; } +sub preSystemInstallationHook +{ +} + +sub postSystemInstallationHook +{ +} + 1; ################################################################################ -- cgit v1.2.3-55-g7522