summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-12 19:55:22 +0200
committerDirk von Suchodoletz2009-08-12 19:55:22 +0200
commitd58baafa664cf2ecb4f76dfcf91e54dcc1467f9f (patch)
treecd8e3bfd943c5398c2e11cc76dce6544b533decf /installer
parentChanges to make work qemukvm initially ... (diff)
downloadcore-d58baafa664cf2ecb4f76dfcf91e54dcc1467f9f.tar.gz
core-d58baafa664cf2ecb4f76dfcf91e54dcc1467f9f.tar.xz
core-d58baafa664cf2ecb4f76dfcf91e54dcc1467f9f.zip
Small fixes ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3085 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSExport/BlockDevice/DNBD2.pm4
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSExport/BlockDevice/DNBD2.pm b/installer/OpenSLX/OSExport/BlockDevice/DNBD2.pm
index 1ad9471e..25e112ee 100644
--- a/installer/OpenSLX/OSExport/BlockDevice/DNBD2.pm
+++ b/installer/OpenSLX/OSExport/BlockDevice/DNBD2.pm
@@ -81,9 +81,9 @@ sub showExportConfigInfo
"dnbd2-server /etc/dnbd2/server.conf\n"
),
"Create or modify a config file like /etc/dnbd2/server.conf, looking like:",
- "<server>\n",
+ "\n# dnbd2 server configuration\n<server>\n",
"$export->{port}\n",
- "$self->{fs}->{'export-path'}\n",
+ "$self->{fs}->{'export-path'}\n\n",
'#' x 80, "\n";
return;
}
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 9eee6ce0..b5d833a9 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -63,6 +63,8 @@ use vars qw(%supportedDistros);
'ubuntu-8.10_amd64' => 'clone,update,shell',
'ubuntu-9.04' => 'clone,install,update,shell',
'ubuntu-9.04_amd64' => 'clone,update,shell',
+ 'ubuntu-9.10' => 'clone,update,shell',
+ 'ubuntu-9.10_amd64' => 'clone,update,shell',
);
my %localHttpServers;