summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
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;