summaryrefslogtreecommitdiffstats
path: root/installer/systems
diff options
context:
space:
mode:
authorLars Müller2006-12-17 14:35:17 +0100
committerLars Müller2006-12-17 14:35:17 +0100
commit84daa236af9d89355a66b9c97a6380e3193c5bd5 (patch)
tree504ef25d5a94761336068d1a20dd071c0f76977a /installer/systems
parentOnly try to copy from prereqfiles if the directory exists. (diff)
downloadcore-84daa236af9d89355a66b9c97a6380e3193c5bd5.tar.gz
core-84daa236af9d89355a66b9c97a6380e3193c5bd5.tar.xz
core-84daa236af9d89355a66b9c97a6380e3193c5bd5.zip
Add basic support for Ubuntu 6.10. The setup works but the install
fails. To save us from repeating the BASEURL and COMPONENTS setting we're now able to share 'global' settings across channels. This is required for a Debian based system as they use the same BASEURL. Currently it's only possible to define BASEURL or COMPONENTS global. It's still possible to overwrite any setting for a particular channel. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@560 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/systems')
-rw-r--r--installer/systems/ubuntu610/settings10
1 files changed, 10 insertions, 0 deletions
diff --git a/installer/systems/ubuntu610/settings b/installer/systems/ubuntu610/settings
new file mode 100644
index 00000000..6e8162ac
--- /dev/null
+++ b/installer/systems/ubuntu610/settings
@@ -0,0 +1,10 @@
+SLX_INST_SOURCE_BASEURL="http://ftp-1.gwdg.de/pub/linux/debian/ubuntu"
+SLX_INST_SOURCE_COMPONENTS="main restricted multiverse universe"
+SLX_INST_SOURCE_NAME_ubuntu610="Ubuntu 6.10"
+SLX_INST_SOURCE_DISTRIBUTION_ubuntu610="edgy"
+SLX_INST_SOURCE_NAME_ubuntu610updates="Ubuntu 6.10 updates"
+SLX_INST_SOURCE_DISTRIBUTION_ubuntu610updates="edgy-updates"
+SLX_INST_SOURCE_NAME_ubuntu610security="Ubuntu 6.10 security"
+SLX_INST_SOURCE_DISTRIBUTION_ubuntu610security="edgy-security"
+SLX_BASE_PREREQ_PACKAGES=""
+SLX_INSTALL_PACKAGES_MAIN="libc6 bash"