[Fai-commit] r4899 - in people/faiguy: . configspaces configspaces/SUSE configspaces/SUSE/basefiles configspaces/SUSE/class configspaces/SUSE/debconf configspaces/SUSE/files configspaces/SUSE/files/etc configspaces/SUSE/files/etc/yum.repos.d configspaces/SUSE/files/etc/yum.repos.d/gwdg.de.repo configspaces/SUSE/hooks configspaces/SUSE/package_config configspaces/SUSE/scripts

meissner-guest at alioth.debian.org meissner-guest at alioth.debian.org
Tue May 13 13:52:03 UTC 2008


Author: meissner-guest
Date: 2008-05-13 13:52:02 +0000 (Tue, 13 May 2008)
New Revision: 4899

Added:
   people/faiguy/configspaces/
   people/faiguy/configspaces/SUSE/
   people/faiguy/configspaces/SUSE/basefiles/
   people/faiguy/configspaces/SUSE/basefiles/OPENSUSE103_32BIT.tar.gz
   people/faiguy/configspaces/SUSE/class/
   people/faiguy/configspaces/SUSE/class/50-host-classes
   people/faiguy/configspaces/SUSE/class/SUSE.var
   people/faiguy/configspaces/SUSE/debconf/
   people/faiguy/configspaces/SUSE/debconf/FAIBASE
   people/faiguy/configspaces/SUSE/debconf/FAISERVER
   people/faiguy/configspaces/SUSE/debconf/GERMAN
   people/faiguy/configspaces/SUSE/disk_config/
   people/faiguy/configspaces/SUSE/files/
   people/faiguy/configspaces/SUSE/files/etc/
   people/faiguy/configspaces/SUSE/files/etc/yum.repos.d/
   people/faiguy/configspaces/SUSE/files/etc/yum.repos.d/gwdg.de.repo/
   people/faiguy/configspaces/SUSE/files/etc/yum.repos.d/gwdg.de.repo/OPENSUSE103_32BIT
   people/faiguy/configspaces/SUSE/hooks/
   people/faiguy/configspaces/SUSE/hooks/debconf.SUSE
   people/faiguy/configspaces/SUSE/hooks/mirror.SUSE
   people/faiguy/configspaces/SUSE/hooks/prepareapt.SUSE
   people/faiguy/configspaces/SUSE/hooks/updatebase.SUSE
   people/faiguy/configspaces/SUSE/package_config/
   people/faiguy/configspaces/SUSE/package_config/DEFAULT
   people/faiguy/configspaces/SUSE/package_config/FAIBASE
   people/faiguy/configspaces/SUSE/package_config/GERMAN
   people/faiguy/configspaces/SUSE/package_config/SUSE
   people/faiguy/configspaces/SUSE/package_config/XORG
   people/faiguy/configspaces/SUSE/scripts/
   people/faiguy/configspaces/SUSE/scripts/OPENSUSE103_32BIT/
Log:
+ added my suse configspace
+ remove all not suse parts from config space
+ todo: have to be tested 


Added: people/faiguy/configspaces/SUSE/basefiles/OPENSUSE103_32BIT.tar.gz
===================================================================
(Binary files differ)


Property changes on: people/faiguy/configspaces/SUSE/basefiles/OPENSUSE103_32BIT.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: people/faiguy/configspaces/SUSE/class/50-host-classes
===================================================================
--- people/faiguy/configspaces/SUSE/class/50-host-classes	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/class/50-host-classes	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,22 @@
+#! /bin/bash
+
+# assign classes hosts
+
+# use a list of classes for our demo machine
+case $HOSTNAME in
+    faiserver)
+	echo "FAIBASE DEBIAN DEMO FAISERVER" ;;
+    demohost)
+	echo "FAIBASE DEBIAN DHCPC DEMO" ;;
+    gnomehost)
+	echo "FAIBASE DEBIAN DHCPC DEMO XORG GNOME";;
+    atom*)
+	echo "FAIBASE DEBIAN DHCPC DEMO" ;;
+    opensuse-fai-test)
+   	echo "FAIBASE GERMAN SUSE OPENSUSE103_32BIT";;
+    *)
+	echo "FAIBASE DHCPC DEBIAN" ;;
+esac
+
+(ifclass I386 || ifclass AMD64) && echo GRUB 
+exit 0


Property changes on: people/faiguy/configspaces/SUSE/class/50-host-classes
___________________________________________________________________
Name: svn:executable
   + *

Added: people/faiguy/configspaces/SUSE/class/SUSE.var
===================================================================
--- people/faiguy/configspaces/SUSE/class/SUSE.var	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/class/SUSE.var	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,21 @@
+# default values for installation. You can override them in your *.var files
+
+# allow installation of pacakges from unsigned repositories
+FAI_ALLOW_UNSIGNED=1
+
+CONSOLEFONT=
+KEYMAP=de-latin1
+
+# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
+UTC=no
+TIMEZONE=Europe/Berlin
+
+# root password for the new installed linux system; md5 and crypt are possible
+# pw is "fai"
+ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
+
+# moduleslist contains modules that will be loaded by the new system,
+# not during installation these modules will be written to /etc/modules
+# If you need a module during installation, add it to $kernelmodules
+# in 20-hwdetect.source. But discover should do most of this job
+MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse"

Added: people/faiguy/configspaces/SUSE/debconf/FAIBASE
===================================================================
--- people/faiguy/configspaces/SUSE/debconf/FAIBASE	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/debconf/FAIBASE	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,5 @@
+passwd passwd/shadow boolean true
+exim4-config exim4/dc_eximconfig_configtype select local delivery only; not on a network
+locales locales/default_environment_locale select en_US.UTF-8
+locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8
+xserver-xorg xserver-xorg/config/inputdevice/keyboard/model string pc105

Added: people/faiguy/configspaces/SUSE/debconf/FAISERVER
===================================================================
--- people/faiguy/configspaces/SUSE/debconf/FAISERVER	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/debconf/FAISERVER	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,2 @@
+# Should the server be started by inetd?
+tftpd-hpa tftpd-hpa/use_inetd boolean false

Added: people/faiguy/configspaces/SUSE/debconf/GERMAN
===================================================================
--- people/faiguy/configspaces/SUSE/debconf/GERMAN	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/debconf/GERMAN	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,3 @@
+locales locales/default_environment_locale select de_DE.UTF-8
+locales locales/locales_to_be_generated multiselect de_DE.UTF-8 UTF-8
+xserver-xorg xserver-xorg/config/inputdevice/keyboard/layout string de

Added: people/faiguy/configspaces/SUSE/files/etc/yum.repos.d/gwdg.de.repo/OPENSUSE103_32BIT
===================================================================
--- people/faiguy/configspaces/SUSE/files/etc/yum.repos.d/gwdg.de.repo/OPENSUSE103_32BIT	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/files/etc/yum.repos.d/gwdg.de.repo/OPENSUSE103_32BIT	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,16 @@
+[opensuse]
+name = GWDG OSS Yum Repository
+baseurl = http://ftp5.gwdg.de/pub/linux/suse/opensuse/distribution/10.3/repo/oss/
+
+[opensuse]
+name = GWDG NON-OSS Yum Repository
+baseurl = http://ftp5.gwdg.de/pub/linux/suse/opensuse/distribution/10.3/repo/non-oss/
+
+[opensuse]
+name = GWDG SRC-OSS Yum Repository
+baseurl = http://ftp5.gwdg.de/pub/linux/suse/opensuse/distribution/10.3/repo/non-oss/
+
+[opensuse]
+name = GWDG SRC-NON-OSS Yum Repository
+baseurl = http://ftp5.gwdg.de/pub/linux/suse/opensuse/distribution/10.3/repo/src-non-oss/
+

Added: people/faiguy/configspaces/SUSE/hooks/debconf.SUSE
===================================================================
--- people/faiguy/configspaces/SUSE/hooks/debconf.SUSE	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/hooks/debconf.SUSE	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1 @@
+skiptask debconf


Property changes on: people/faiguy/configspaces/SUSE/hooks/debconf.SUSE
___________________________________________________________________
Name: svn:executable
   + *

Added: people/faiguy/configspaces/SUSE/hooks/mirror.SUSE
===================================================================
--- people/faiguy/configspaces/SUSE/hooks/mirror.SUSE	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/hooks/mirror.SUSE	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+error=0 ; trap "error=$((error|1))" ERR
+
+mount -o bind /dev $target/dev || error=255
+mount -o bind /sys $target/sys || error=250
+mount -o bind /proc $target/proc || error=245
+
+exit $error


Property changes on: people/faiguy/configspaces/SUSE/hooks/mirror.SUSE
___________________________________________________________________
Name: svn:executable
   + *

Added: people/faiguy/configspaces/SUSE/hooks/prepareapt.SUSE
===================================================================
--- people/faiguy/configspaces/SUSE/hooks/prepareapt.SUSE	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/hooks/prepareapt.SUSE	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+skiptask prepareapt
+
+if [ X$FAI_ALLOW_UNSIGNED = X1 ]; then
+        perl -pi -e "s/gpgcheck=1/gpgcheck=0/g" $FAI_ROOT/etc/yum.conf
+fi


Property changes on: people/faiguy/configspaces/SUSE/hooks/prepareapt.SUSE
___________________________________________________________________
Name: svn:executable
   + *

Added: people/faiguy/configspaces/SUSE/hooks/updatebase.SUSE
===================================================================
--- people/faiguy/configspaces/SUSE/hooks/updatebase.SUSE	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/hooks/updatebase.SUSE	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+$ROOTCMD mount -t proc none /proc
+
+fcopy /etc/yum.repos.d/gwdg.de.repo
+$ROOTCMD yum makecache
+
+# dirty hack for SuSEconfig.functio
+[ "$FAI_ACTION" = "install" ] && $ROOTCMD ln -s / /dev/nfs
+
+skiptask updatebase
+#skiptask chboot


Property changes on: people/faiguy/configspaces/SUSE/hooks/updatebase.SUSE
___________________________________________________________________
Name: svn:executable
   + *

Added: people/faiguy/configspaces/SUSE/package_config/DEFAULT
===================================================================
--- people/faiguy/configspaces/SUSE/package_config/DEFAULT	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/package_config/DEFAULT	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,19 @@
+PACKAGES aptitude DEBIAN
+postfix
+ntp ntpdate
+debian-keyring
+sudo
+vim
+man
+apt-file
+debian-keyring debian-backports-keyring debian-archive-keyring
+dnsutils telnet mtr
+lsof
+
+
+PACKAGES yumi SUSE
+postfix
+xntp 
+sudo
+vim
+man

Added: people/faiguy/configspaces/SUSE/package_config/FAIBASE
===================================================================
--- people/faiguy/configspaces/SUSE/package_config/FAIBASE	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/package_config/FAIBASE	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,50 @@
+PACKAGES aptitude DEBIAN
+linux-image-2.6-686 linux-image-486-
+cfengine2
+cron
+debconf-utils
+discover
+file
+hdparm
+jove
+less
+linuxlogo
+nfs-common
+nscd
+rdate
+rsync
+rsh-client
+openssh-client openssh-server
+strace
+sysutils
+tcsh
+time
+postfix exim4-
+eject
+locales
+console-common
+pciutils usbutils
+fai-client
+mailutils
+joe
+
+PACKAGES yumi SUSE
+cfengine
+cron
+file
+hdparm
+jove
+less
+nfs-client
+nscd
+rsync
+rsh
+openssh
+strace
+tcsh
+eject
+glibc-locale
+pciutils usbutils
+fai-client
+joe
+

Added: people/faiguy/configspaces/SUSE/package_config/GERMAN
===================================================================
--- people/faiguy/configspaces/SUSE/package_config/GERMAN	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/package_config/GERMAN	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,3 @@
+PACKAGES aptitude-r DEBIAN
+german
+

Added: people/faiguy/configspaces/SUSE/package_config/SUSE
===================================================================
--- people/faiguy/configspaces/SUSE/package_config/SUSE	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/package_config/SUSE	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,131 @@
+PACKAGES yumi YAST
+yast2-add-on
+yast2-add-on
+yast2-add-on-creator
+yast2-apparmor
+yast2-autofs
+yast2-backup
+yast2-bluetooth
+yast2-bootloader
+yast2-bootloader
+yast2-ca-management
+yast2-control-center
+yast2-control-center-gnome
+yast2-control-center-qt
+yast2-core
+yast2-core
+yast2-core-devel
+yast2-country
+yast2-country
+yast2-devel-doc
+yast2-devtools
+yast2-dhcp-server
+yast2-dns-server
+yast2-drbd
+yast2-fingerprint-reader
+yast2-firewall
+yast2-firewall
+yast2-firstboot
+yast2-ftp-server
+yast2-hardware-detection
+yast2-hardware-detection
+yast2-http-server
+yast2-inetd
+yast2-installation
+yast2-installation
+yast2-installation-devel-doc
+yast2-instserver
+yast2-irda
+yast2-iscsi-client
+yast2-iscsi-server
+yast2-isns
+yast2-kdump
+yast2-kerberos-client
+yast2-ldap
+yast2-ldap
+yast2-ldap-client
+yast2-ldap-client
+yast2-ldap-server
+yast2-live-installer
+yast2-mail
+yast2-mail-plugins
+yast2-metapackage-handler
+yast2-mouse
+yast2-mouse
+yast2-multipath
+yast2-ncurses
+yast2-ncurses
+yast2-network
+yast2-network
+yast2-network-devel-doc
+yast2-nfs-client
+yast2-nfs-server
+yast2-nis-client
+yast2-nis-server
+yast2-nis-server-devel-doc
+yast2-ntp-client
+yast2-online-update
+yast2-online-update
+yast2-online-update-frontend
+yast2-packager
+yast2-packager
+yast2-pam
+yast2-pam
+yast2-perl-bindings
+yast2-perl-bindings
+yast2-phone-services
+yast2-pkg-bindings
+yast2-pkg-bindings
+yast2-pkg-bindings-devel-doc
+yast2-printer
+yast2-printer-devel-doc
+yast2-product-creator
+yast2-profile-manager
+yast2-python-bindings
+yast2-registration
+yast2-registration
+yast2-repair
+yast2-restore
+yast2-ruby-bindings
+yast2-runlevel
+yast2-samba-client
+yast2-samba-server
+yast2-scanner
+yast2-schema
+yast2-schema
+yast2-security
+yast2-security
+yast2-slp
+yast2-slp-server
+yast2-sound
+yast2-storage
+yast2-storage
+yast2-storage-devel
+yast2-storage-evms
+yast2-storage-lib
+yast2-storage-lib
+yast2-sudo
+yast2-support
+yast2-sysconfig
+yast2-testsuite
+yast2-tftp-server
+yast2-theme-openSUSE
+yast2-theme-openSUSE
+yast2-tune
+yast2-tv
+yast2-update
+yast2-update
+yast2-users
+yast2-users
+yast2-vm
+yast2-x11
+yast2-xml
+yast2-xml
+
+PACKAGES yumi GERMAN
+yast2-trans-de
+
+PACKAGES yumi AUTOYAST
+autoyast2
+autoyast2-installation
+autoyast2-installation

Added: people/faiguy/configspaces/SUSE/package_config/XORG
===================================================================
--- people/faiguy/configspaces/SUSE/package_config/XORG	                        (rev 0)
+++ people/faiguy/configspaces/SUSE/package_config/XORG	2008-05-13 13:52:02 UTC (rev 4899)
@@ -0,0 +1,5 @@
+PACKAGES aptitude
+xorg xserver-xorg-video-all xserver-xorg-input-all
+ttf-freefont type1inst
+xscreensaver
+xscreensaver-gl




More information about the Fai-commit mailing list