summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Wissler2008-02-21 17:41:50 +0100
committerBastian Wissler2008-02-21 17:41:50 +0100
commita471dc859dc6098f238ba3a08323d25f1a0adec6 (patch)
tree74a0f5b1c5a2efa0230b4b7c08ac81fcfe3d7adf
parent* Cleaned out some deprecated vmware commands (diff)
downloadcore-a471dc859dc6098f238ba3a08323d25f1a0adec6.tar.gz
core-a471dc859dc6098f238ba3a08323d25f1a0adec6.tar.xz
core-a471dc859dc6098f238ba3a08323d25f1a0adec6.zip
Added example of os-name in example.pm
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1566 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm4
1 files changed, 4 insertions, 0 deletions
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;