summaryrefslogtreecommitdiffstats
path: root/installer/systems
diff options
context:
space:
mode:
authorLars Müller2006-12-16 12:16:25 +0100
committerLars Müller2006-12-16 12:16:25 +0100
commit883edbcdf99cab94ae7e012d8d37061b6639e1f4 (patch)
tree8b464a6a52c43499a3778bc82d0b3bdb5bdfacdc /installer/systems
parentMove YAST_IS_RUNNING define to the place where we're able to devide (diff)
downloadcore-883edbcdf99cab94ae7e012d8d37061b6639e1f4.tar.gz
core-883edbcdf99cab94ae7e012d8d37061b6639e1f4.tar.xz
core-883edbcdf99cab94ae7e012d8d37061b6639e1f4.zip
Support Fedora 6.
Add SLX_BASE_PREREQ_CLEANUP_PATH to control which pathes are cleaned up after the prerequired packages are unpacked. Ensure we have to download any prerequired package else skip this part. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@553 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/systems')
-rw-r--r--installer/systems/fedora6/settings19
-rw-r--r--installer/systems/fedora6/settings.local14
-rw-r--r--installer/systems/opensuse102/settings1
-rw-r--r--installer/systems/suse100/settings1
-rw-r--r--installer/systems/suse101/settings1
-rw-r--r--installer/systems/suse93/settings1
6 files changed, 37 insertions, 0 deletions
diff --git a/installer/systems/fedora6/settings b/installer/systems/fedora6/settings
new file mode 100644
index 00000000..db5b01f7
--- /dev/null
+++ b/installer/systems/fedora6/settings
@@ -0,0 +1,19 @@
+SLX_INST_SOURCE_BASEURL_fedora6="http://ftp.gwdg.de/pub/linux/fedora/linux/core/6/i386/os"
+SLX_INST_SOURCE_PACKAGEKEYS_fedora6="
+RPM-GPG-KEY
+RPM-GPG-KEY-beta
+RPM-GPG-KEY-fedora
+RPM-GPG-KEY-fedora-extras
+RPM-GPG-KEY-fedora-legacy
+RPM-GPG-KEY-fedora-rawhide
+RPM-GPG-KEY-fedora-test
+RPM-GPG-KEY-rawhide
+"
+SLX_INST_SOURCE_NAME_fedora6="Fedora 6"
+SLX_INST_SOURCE_TYPE_fedora6="rpm-md"
+#SLX_INST_SOURCE_BASEURL_fedora6update="http://ftp.gwdg.de/pub/linux/fedora/linux/core/updates/6"
+#SLX_INST_SOURCE_NAME_fedora6update="Fedora 6 updates"
+#SLX_INST_SOURCE_TYPE_fedora6update="rpm-md"
+SLX_BASE_PREREQ_PACKAGES="glibc"
+SLX_BASE_PREREQ_CLEANUP_PATH="etc/localtime etc/nsswitch.conf etc/rpc usr/lib/gconv/gconv-modules"
+SLX_INSTALL_PACKAGES_MAIN="kernel bash"
diff --git a/installer/systems/fedora6/settings.local b/installer/systems/fedora6/settings.local
new file mode 100644
index 00000000..58cb12d4
--- /dev/null
+++ b/installer/systems/fedora6/settings.local
@@ -0,0 +1,14 @@
+# Settings made here overwrite values from the settings file in the same
+# directory.
+# It's also possible to define addditional values here.
+
+# Use a local installation source.
+SLX_INST_SOURCE_BASEURL_fedora6="http://ftp-1.gwdg.de/pub/linux/fedora/linux/core/6/i386/os"
+#SLX_INST_SOURCE_BASEURL_fedora6update="http://ftp-1.gwdg.de/pub/linux/fedora/linux/core/updates/6"
+
+# Add more packages.
+# It's possible to habe more than one SLX_INSTALL_PACKAGES_* variable defined.
+# All SLX_INSTALL_PACKAGES_* are combined to one package list which is
+# in one step.
+SLX_INSTALL_PACKAGES_EDITORS="vim-enhanced emacs"
+SLX_INSTALL_PACKAGES_KDEPIM="kdepim"
diff --git a/installer/systems/opensuse102/settings b/installer/systems/opensuse102/settings
index 4b899014..f15bf737 100644
--- a/installer/systems/opensuse102/settings
+++ b/installer/systems/opensuse102/settings
@@ -13,4 +13,5 @@ SLX_INST_SOURCE_BASEURL_opensuse102update="http://ftp.gwdg.de/pub/suse/update/10
SLX_INST_SOURCE_NAME_opensuse102update="openSUSE 10.2 updates"
SLX_INST_SOURCE_TYPE_opensuse102update="rpm-md"
SLX_BASE_PREREQ_PACKAGES="glibc"
+SLX_BASE_PREREQ_CLEANUP_PATH="etc"
SLX_INSTALL_PACKAGES_MAIN="kernel-default bash"
diff --git a/installer/systems/suse100/settings b/installer/systems/suse100/settings
index ca2af813..9271256b 100644
--- a/installer/systems/suse100/settings
+++ b/installer/systems/suse100/settings
@@ -11,4 +11,5 @@ SLX_INST_SOURCE_BASEURL_suse100update="http://ftp.gwdg.de/pub/suse/update/10.0"
SLX_INST_SOURCE_NAME_suse100update="SUSE Linux 10.0 updates"
SLX_INST_SOURCE_TYPE_suse100update="rpm-md"
SLX_BASE_PREREQ_PACKAGES="glibc"
+SLX_BASE_PREREQ_CLEANUP_PATH="etc"
SLX_INSTALL_PACKAGES_MAIN="kernel-default bash"
diff --git a/installer/systems/suse101/settings b/installer/systems/suse101/settings
index 2387d8cd..6fe03e0f 100644
--- a/installer/systems/suse101/settings
+++ b/installer/systems/suse101/settings
@@ -12,4 +12,5 @@ SLX_INST_SOURCE_BASEURL_suse101update="http://ftp.gwdg.de/pub/suse/update/10.1"
SLX_INST_SOURCE_NAME_suse101update="SUSE Linux 10.1 updates"
SLX_INST_SOURCE_TYPE_suse101update="rpm-md"
SLX_BASE_PREREQ_PACKAGES="glibc"
+SLX_BASE_PREREQ_CLEANUP_PATH="etc"
SLX_INSTALL_PACKAGES_MAIN="kernel-default bash"
diff --git a/installer/systems/suse93/settings b/installer/systems/suse93/settings
index 4d79f67b..ad60da1b 100644
--- a/installer/systems/suse93/settings
+++ b/installer/systems/suse93/settings
@@ -10,4 +10,5 @@ SLX_INST_SOURCE_BASEURL_suse93update="http://ftp.gwdg.de/pub/suse/update/9.3"
SLX_INST_SOURCE_NAME_suse93update="SUSE Linux 9.3 updates"
SLX_INST_SOURCE_TYPE_suse93update="rpm-md"
SLX_BASE_PREREQ_PACKAGES="glibc"
+SLX_BASE_PREREQ_CLEANUP_PATH="etc"
SLX_INSTALL_PACKAGES_MAIN="kernel-default bash"