summaryrefslogtreecommitdiffstats
path: root/installer/systems/fedora6
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/fedora6
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/fedora6')
-rw-r--r--installer/systems/fedora6/settings19
-rw-r--r--installer/systems/fedora6/settings.local14
2 files changed, 33 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"