From a471dc859dc6098f238ba3a08323d25f1a0adec6 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Thu, 21 Feb 2008 16:41:50 +0000 Subject: Added example of os-name in example.pm git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1566 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm b/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm index b45e62d3..8f9dd620 100644 --- a/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm +++ b/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm @@ -127,6 +127,10 @@ sub installationPhase { # called while chrooted to the vendor-OS root, most plugins will do all # their installation work here my $self = shift; + + # name of current os + # $self->{'os-plugin-engine'}->{'vendor-os-name'} + my $pluginRepositoryPath = shift; # the repository folder, this time from inside the chroot my $pluginTempPath = shift; -- cgit v1.2.3-55-g7522