From 28ff1e4fa1855bbedf5fd9ea9e44eb74ae32ccfc Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 20 Jul 2007 17:08:15 +0000 Subject: * added support for automatic selection of most appropriate (newest) kernel if the kernel file specified by DB (in most cases: vmlinuz) does not exist. A warning will be printed by slxconfig-demuxer if the kernel had to be picked this way. This should allow slxconfig-demuxer to work for ubuntu & debian, as those do not always provide a vmlinuz-link (and in general this change makes the system more robust). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1265 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'installer/OpenSLX/OSSetup/Engine.pm') diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 5737814b..233ba33c 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -596,6 +596,13 @@ sub removeVendorOSFromConfigDB return; } +sub pickKernelFile +{ + my $self = shift; + + return $self->{distro}->pickKernelFile(@_); +} + ################################################################################ ### implementation methods ################################################################################ -- cgit v1.2.3-55-g7522