summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorLars Müller2006-12-15 21:09:54 +0100
committerLars Müller2006-12-15 21:09:54 +0100
commitf9c534e3960b48126eaeab9d2c9deda6831e9c42 (patch)
tree79e73ce9e173dd4a0e39063313823091568e8832 /installer
parentAdd example how to use a second local SLX_INSTALL_PACKAGES_ variable. (diff)
downloadcore-f9c534e3960b48126eaeab9d2c9deda6831e9c42.tar.gz
core-f9c534e3960b48126eaeab9d2c9deda6831e9c42.tar.xz
core-f9c534e3960b48126eaeab9d2c9deda6831e9c42.zip
Add SUSE Linux 10.1 configuration.
Ther're no big differences to the one from openSUSE 10.2. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@539 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/systems/suse101/BASE_FILE_etc__group33
-rw-r--r--installer/systems/suse101/BASE_FILE_etc__passwd14
-rw-r--r--installer/systems/suse101/BASE_FILE_etc__shadow14
-rw-r--r--installer/systems/suse101/settings15
-rw-r--r--installer/systems/suse101/settings.local14
5 files changed, 90 insertions, 0 deletions
diff --git a/installer/systems/suse101/BASE_FILE_etc__group b/installer/systems/suse101/BASE_FILE_etc__group
new file mode 100644
index 00000000..505cb221
--- /dev/null
+++ b/installer/systems/suse101/BASE_FILE_etc__group
@@ -0,0 +1,33 @@
+root:x:0:
+bin:x:1:daemon
+daemon:x:2:
+sys:x:3:
+tty:x:5:
+disk:x:6:
+lp:x:7:
+www:x:8:
+kmem:x:9:
+wheel:x:10:
+mail:x:12:
+news:x:13:
+uucp:x:14:
+shadow:x:15:
+dialout:x:16:
+audio:x:17:
+floppy:x:19:
+cdrom:x:20:
+console:x:21:
+utmp:x:22:
+public:x:32:
+video:x:33:
+games:x:40:
+xok:x:41:
+trusted:x:42:
+modem:x:43:
+ftp:x:49:
+man:x:62:
+users:x:100:
+nobody:x:65533:
+nogroup:x:65534:nobody
+messagebus:!:101:
+haldaemon:!:102:
diff --git a/installer/systems/suse101/BASE_FILE_etc__passwd b/installer/systems/suse101/BASE_FILE_etc__passwd
new file mode 100644
index 00000000..395a7aaa
--- /dev/null
+++ b/installer/systems/suse101/BASE_FILE_etc__passwd
@@ -0,0 +1,14 @@
+root:x:0:0:root:/root:/bin/bash
+bin:x:1:1:bin:/bin:/bin/bash
+daemon:x:2:2:Daemon:/sbin:/bin/bash
+lp:x:4:7:Printing daemon:/var/spool/lpd:/bin/bash
+mail:x:8:12:Mailer daemon:/var/spool/clientmqueue:/bin/false
+news:x:9:13:News system:/etc/news:/bin/bash
+uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash
+games:x:12:100:Games account:/var/games:/bin/bash
+man:x:13:62:Manual pages viewer:/var/cache/man:/bin/bash
+wwwrun:x:30:8:WWW daemon apache:/var/lib/wwwrun:/bin/false
+ftp:x:40:49:FTP account:/srv/ftp:/bin/bash
+nobody:x:65534:65533:nobody:/var/lib/nobody:/bin/bash
+messagebus:x:100:101:User for D-BUS:/var/run/dbus:/bin/false
+haldaemon:x:101:102:User for haldaemon:/var/run/hal:/bin/false
diff --git a/installer/systems/suse101/BASE_FILE_etc__shadow b/installer/systems/suse101/BASE_FILE_etc__shadow
new file mode 100644
index 00000000..bde18120
--- /dev/null
+++ b/installer/systems/suse101/BASE_FILE_etc__shadow
@@ -0,0 +1,14 @@
+root::13419::::::
+bin:*:13419::::::
+daemon:*:13419::::::
+lp:*:13419::::::
+mail:*:13419::::::
+news:*:13419::::::
+uucp:*:13419::::::
+games:*:13419::::::
+man:*:13419::::::
+wwwrun:*:13419::::::
+ftp:*:13419::::::
+nobody:*:13419::::::
+messagebus:!:13419:0::7:::
+haldaemon:!:13419:0::7:::
diff --git a/installer/systems/suse101/settings b/installer/systems/suse101/settings
new file mode 100644
index 00000000..649ef3e3
--- /dev/null
+++ b/installer/systems/suse101/settings
@@ -0,0 +1,15 @@
+SLX_INST_SOURCE_BASEURL_suse101="http://ftp.gwdg.de/pub/opensuse/distribution/SL-10.1/inst-source"
+SLX_INST_SOURCE_PACKAGEKEYS_suse101="
+gpg-pubkey-0dfb3188-41ed929b.asc
+gpg-pubkey-1d061a62-427a396f.asc
+gpg-pubkey-307e3d54-44201d5d.asc
+gpg-pubkey-3d25d3d9-36e12d04.asc
+gpg-pubkey-9c800aca-40d8063e.asc
+"
+SLX_INST_SOURCE_NAME_suse101="SUSE Linux 10.1"
+SLX_INST_SOURCE_TYPE_suse101="yast2"
+SLX_INST_SOURCE_BASEURL_suse101update="http://ftp.gwdg.de/pub/suse/update/10.2"
+SLX_INST_SOURCE_NAME_suse101update="SUSE Linux 10.1 updates"
+SLX_INST_SOURCE_TYPE_suse101update="rpm-md"
+SLX_BASE_PREREQ_PACKAGES="glibc"
+SLX_INSTALL_PACKAGES_MAIN="kernel-default bash"
diff --git a/installer/systems/suse101/settings.local b/installer/systems/suse101/settings.local
new file mode 100644
index 00000000..026258ad
--- /dev/null
+++ b/installer/systems/suse101/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_suse101="ftp://gab/pub/opensuse/distribution/SL-10.1/inst-source"
+SLX_INST_SOURCE_BASEURL_suse101update="ftp://gab/pub/suse/update/10.1"
+
+# 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 emacs"
+SLX_INSTALL_PACKAGES_KDEPIM="kdepim3"