summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-07-28 16:11:27 +0200
committerOliver Tappe2007-07-28 16:11:27 +0200
commitcbce11c51c6aa5674b01821a7adc7c31f7999c7e (patch)
tree38fd368f9b9d1a7db30131578d7fb77060d9800d /installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm
parent* added example settings file for ubuntu-6.10 (diff)
downloadcore-cbce11c51c6aa5674b01821a7adc7c31f7999c7e.tar.gz
core-cbce11c51c6aa5674b01821a7adc7c31f7999c7e.tar.xz
core-cbce11c51c6aa5674b01821a7adc7c31f7999c7e.zip
* changed several class interfaces as a result of trying to integrate support
for Debian & Ubunto installation (which is still not complete, though) * fixed some bugs along the way (especially the meta-packagers trying to invoke a private function of OpenSLX::OSSetup::Engine) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1281 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm7
1 files changed, 5 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm b/installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm
index 4225b9aa..2882212f 100644
--- a/installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Ubuntu_6_10.pm
@@ -27,7 +27,9 @@ sub new
{
my $class = shift;
my $self = {
- 'base-name' => 'ubuntu-6.10',
+ 'base-name' => 'ubuntu-6.10',
+ 'arch' => 'i386',
+ 'release-name' => 'edgy',
};
return bless $self, $class;
}
@@ -38,6 +40,7 @@ sub initDistroInfo
$self->{config}->{'repository'} = {
'base' => {
'urls' => "
+ ftp://localhost/pub/ubuntu
",
'name' => 'Ubuntu 6.10',
'repo-subdir' => 'dists/edgy',
@@ -47,7 +50,7 @@ sub initDistroInfo
$self->{config}->{'package-subdir'} = 'pool';
$self->{config}->{'prereq-packages'} = "
- main/d/debootstrap/debootstrap_0.3.3.0ubuntu7_all.deb
+ main/d/debootstrap/debootstrap_1.0.0_all.deb
";
$self->{config}->{'bootstrap-prereq-packages'} = "