summaryrefslogtreecommitdiffstats
path: root/installer/systems
diff options
context:
space:
mode:
authorLars Müller2006-12-19 17:59:59 +0100
committerLars Müller2006-12-19 17:59:59 +0100
commite3799e760bec988ee792cc4eb296b9f8a01e1af2 (patch)
tree1e86d21d3f856dcb5a909d4dd0ac5aa23d8dffeb /installer/systems
parentUse cp -pr instead of cp -a as we might not have GNU cp. (diff)
downloadcore-e3799e760bec988ee792cc4eb296b9f8a01e1af2.tar.gz
core-e3799e760bec988ee792cc4eb296b9f8a01e1af2.tar.xz
core-e3799e760bec988ee792cc4eb296b9f8a01e1af2.zip
Allow to set the priority of an installation source.
Add distribution to the global settings. This allows us to reuse the distribution for an installation source in settings.local. This is usefull if we have a local installation source - e.g. a DVD - which contains most but not all required parts. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@575 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/systems')
-rw-r--r--installer/systems/ubuntu610/settings2
-rw-r--r--installer/systems/ubuntu610/settings.local.example7
2 files changed, 8 insertions, 1 deletions
diff --git a/installer/systems/ubuntu610/settings b/installer/systems/ubuntu610/settings
index 81e9286d..778a4e32 100644
--- a/installer/systems/ubuntu610/settings
+++ b/installer/systems/ubuntu610/settings
@@ -1,7 +1,7 @@
SLX_INST_SOURCE_BASEURL="http://ftp-1.gwdg.de/pub/linux/debian/ubuntu"
SLX_INST_SOURCE_COMPONENTS="main restricted multiverse universe"
+SLX_INST_SOURCE_DISTRIBUTION="edgy"
SLX_INST_SOURCE_NAME_main="Ubuntu 6.10"
-SLX_INST_SOURCE_DISTRIBUTION_main="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"
diff --git a/installer/systems/ubuntu610/settings.local.example b/installer/systems/ubuntu610/settings.local.example
new file mode 100644
index 00000000..3970b65c
--- /dev/null
+++ b/installer/systems/ubuntu610/settings.local.example
@@ -0,0 +1,7 @@
+SLX_INST_SOURCE_BASEURL="ftp://gab/pub/ubuntu"
+SLX_INST_SOURCE_COMPONENTS_ubuntu610dvd="main restricted"
+SLX_INST_SOURCE_NAME_ubuntu610dvd="Ubuntu 6.10 DVD"
+SLX_INST_SOURCE_PRIORITY_ubuntu610dvd="10"
+SLX_INST_SOURCE_BASEURL_main="http://ftp-1.gwdg.de/pub/linux/debian/ubuntu"
+SLX_INST_SOURCE_BASEURL_ubuntu610updates="http://ftp-1.gwdg.de/pub/linux/debian/ubuntu"
+SLX_INST_SOURCE_BASEURL_ubuntu610security="http://ftp-1.gwdg.de/pub/linux/debian/ubuntu"