summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2007-08-05 16:00:55 +0200
committerOliver Tappe2007-08-05 16:00:55 +0200
commit32f2755c801bb81b24b919680aa9b3d4c3a9061d (patch)
tree87ec954496fd08664c2950c387434585215d7d96 /lib
parentStop trying after a while if nbd-client could not be started properly (diff)
downloadcore-32f2755c801bb81b24b919680aa9b3d4c3a9061d.tar.gz
core-32f2755c801bb81b24b919680aa9b3d4c3a9061d.tar.xz
core-32f2755c801bb81b24b919680aa9b3d4c3a9061d.zip
* added 64-bit targets for Ubuntu 6.10, 7.04 and Debian 4.0 (3.1 does
not officially support the amd64 architecture) * Debian-4.0_amd64 is now the OpenSLX build platform for 64-bit git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1318 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib')
-rw-r--r--lib/distro-info/debian-4.0_amd64/prereqfiles/etc/hosts1
-rw-r--r--lib/distro-info/debian-4.0_amd64/settings.example9
-rw-r--r--lib/distro-info/ubuntu-6.10_amd64/prereqfiles/etc/hosts1
-rw-r--r--lib/distro-info/ubuntu-6.10_amd64/settings.example9
-rw-r--r--lib/distro-info/ubuntu-7.04_amd64/prereqfiles/etc/hosts1
-rw-r--r--lib/distro-info/ubuntu-7.04_amd64/settings.example9
6 files changed, 30 insertions, 0 deletions
diff --git a/lib/distro-info/debian-4.0_amd64/prereqfiles/etc/hosts b/lib/distro-info/debian-4.0_amd64/prereqfiles/etc/hosts
new file mode 100644
index 00000000..75721cd5
--- /dev/null
+++ b/lib/distro-info/debian-4.0_amd64/prereqfiles/etc/hosts
@@ -0,0 +1 @@
+127.0.0.1 localhost
diff --git a/lib/distro-info/debian-4.0_amd64/settings.example b/lib/distro-info/debian-4.0_amd64/settings.example
new file mode 100644
index 00000000..1b4b35bd
--- /dev/null
+++ b/lib/distro-info/debian-4.0_amd64/settings.example
@@ -0,0 +1,9 @@
+# copy this file to 'settings' and edit it as you please
+
+# use local installation sources
+$repository{'base'}->{'url'} = "/srv/ftp/pub/debian";
+
+# Add a new selection:
+# $selection{'my-kde'} = "$selection{default}
+# foo
+# bar";
diff --git a/lib/distro-info/ubuntu-6.10_amd64/prereqfiles/etc/hosts b/lib/distro-info/ubuntu-6.10_amd64/prereqfiles/etc/hosts
new file mode 100644
index 00000000..75721cd5
--- /dev/null
+++ b/lib/distro-info/ubuntu-6.10_amd64/prereqfiles/etc/hosts
@@ -0,0 +1 @@
+127.0.0.1 localhost
diff --git a/lib/distro-info/ubuntu-6.10_amd64/settings.example b/lib/distro-info/ubuntu-6.10_amd64/settings.example
new file mode 100644
index 00000000..ba49c9fd
--- /dev/null
+++ b/lib/distro-info/ubuntu-6.10_amd64/settings.example
@@ -0,0 +1,9 @@
+# copy this file to 'settings' and edit it as you please
+
+# use local installation sources
+$repository{'base'}->{'url'} = "/srv/ftp/pub/ubuntu";
+
+# Add a new selection:
+# $selection{'my-kde'} = "$selection{default}
+# foo
+# bar";
diff --git a/lib/distro-info/ubuntu-7.04_amd64/prereqfiles/etc/hosts b/lib/distro-info/ubuntu-7.04_amd64/prereqfiles/etc/hosts
new file mode 100644
index 00000000..75721cd5
--- /dev/null
+++ b/lib/distro-info/ubuntu-7.04_amd64/prereqfiles/etc/hosts
@@ -0,0 +1 @@
+127.0.0.1 localhost
diff --git a/lib/distro-info/ubuntu-7.04_amd64/settings.example b/lib/distro-info/ubuntu-7.04_amd64/settings.example
new file mode 100644
index 00000000..ba49c9fd
--- /dev/null
+++ b/lib/distro-info/ubuntu-7.04_amd64/settings.example
@@ -0,0 +1,9 @@
+# copy this file to 'settings' and edit it as you please
+
+# use local installation sources
+$repository{'base'}->{'url'} = "/srv/ftp/pub/ubuntu";
+
+# Add a new selection:
+# $selection{'my-kde'} = "$selection{default}
+# foo
+# bar";