diff options
| author | Michael Janczyk | 2008-06-11 15:35:09 +0200 |
|---|---|---|
| committer | Michael Janczyk | 2008-06-11 15:35:09 +0200 |
| commit | 201969831145b0938194e606c66fb8db408c26de (patch) | |
| tree | ac2bd5eacf6237a0d1dba6fb57dde5a3ef2f3406 /os-plugins/plugins/xen/OpenSLX/OSPlugin | |
| parent | First release of a xen plugin. Only a few diskless corrections inside. Works ... (diff) | |
| download | core-201969831145b0938194e606c66fb8db408c26de.tar.gz core-201969831145b0938194e606c66fb8db408c26de.tar.xz core-201969831145b0938194e606c66fb8db408c26de.zip | |
added quotes for tftp port problem (not tested yet ticket #232).
minor modifications in xen plugin (changed name from bootsplash to xen ;))
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1874 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xen/OpenSLX/OSPlugin')
| -rw-r--r-- | os-plugins/plugins/xen/OpenSLX/OSPlugin/xen.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/xen/OpenSLX/OSPlugin/xen.pm b/os-plugins/plugins/xen/OpenSLX/OSPlugin/xen.pm index 4a8288c8..5e500b49 100644 --- a/os-plugins/plugins/xen/OpenSLX/OSPlugin/xen.pm +++ b/os-plugins/plugins/xen/OpenSLX/OSPlugin/xen.pm @@ -28,7 +28,7 @@ sub new my $class = shift; my $self = { - name => 'bootsplash', + name => 'xen', }; return bless $self, $class; @@ -71,7 +71,7 @@ sub suggestAdditionalKernelModules my @suggestedModules; - # Ubuntu needs vesafb and fbcon (which drags along some others) + # Xen needs bridge module and for SUSE 10.2 netloop other OS: to be checked if ($makeInitRamFSEngine->{'distro-name'} =~ m{^suse}i) { push @suggestedModules, qw( bridge netloop ) } |
