From 32f2755c801bb81b24b919680aa9b3d4c3a9061d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 5 Aug 2007 14:00:55 +0000 Subject: * 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 --- lib/distro-info/debian-4.0_amd64/prereqfiles/etc/hosts | 1 + lib/distro-info/debian-4.0_amd64/settings.example | 9 +++++++++ lib/distro-info/ubuntu-6.10_amd64/prereqfiles/etc/hosts | 1 + lib/distro-info/ubuntu-6.10_amd64/settings.example | 9 +++++++++ lib/distro-info/ubuntu-7.04_amd64/prereqfiles/etc/hosts | 1 + lib/distro-info/ubuntu-7.04_amd64/settings.example | 9 +++++++++ 6 files changed, 30 insertions(+) create mode 100644 lib/distro-info/debian-4.0_amd64/prereqfiles/etc/hosts create mode 100644 lib/distro-info/debian-4.0_amd64/settings.example create mode 100644 lib/distro-info/ubuntu-6.10_amd64/prereqfiles/etc/hosts create mode 100644 lib/distro-info/ubuntu-6.10_amd64/settings.example create mode 100644 lib/distro-info/ubuntu-7.04_amd64/prereqfiles/etc/hosts create mode 100644 lib/distro-info/ubuntu-7.04_amd64/settings.example (limited to 'lib') 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"; -- cgit v1.2.3-55-g7522