perfsonar-dev - [GEANT/SA2/ps-java-services] r5683 - in trunk/perfsonar-install-dvd: . CentOS-5.5
Subject: perfsonar development work
List archive
[GEANT/SA2/ps-java-services] r5683 - in trunk/perfsonar-install-dvd: . CentOS-5.5
Chronological Thread
- From:
- To:
- Subject: [GEANT/SA2/ps-java-services] r5683 - in trunk/perfsonar-install-dvd: . CentOS-5.5
- Date: Tue, 1 Jun 2010 15:46:13 +0100
Author: psnc.lopatowski
Date: 2010-06-01 15:46:13 +0100 (Tue, 01 Jun 2010)
New Revision: 5683
Added:
trunk/perfsonar-install-dvd/CentOS-5.5/
trunk/perfsonar-install-dvd/CentOS-5.5/desktop/
trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg
trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg
trunk/perfsonar-install-dvd/CentOS-5.5/server/
Removed:
trunk/perfsonar-install-dvd/CentOS-5.4/
trunk/perfsonar-install-dvd/CentOS-5.5/desktop/
trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg
trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg
trunk/perfsonar-install-dvd/CentOS-5.5/server/
Log:
Copied: trunk/perfsonar-install-dvd/CentOS-5.5 (from rev 5621,
trunk/perfsonar-install-dvd/CentOS-5.4)
Copied: trunk/perfsonar-install-dvd/CentOS-5.5/desktop (from rev 5682,
trunk/perfsonar-install-dvd/CentOS-5.4/desktop)
Deleted: trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.4/ks-desktop.cfg 2010-05-11
15:15:39 UTC (rev 5621)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg 2010-06-01
14:46:13 UTC (rev 5683)
@@ -1,123 +0,0 @@
-# Installation mode
-#
-install
-logging --level=info
-cdrom
-#autostep
-#interactive
-#graphical
-#text
-cmdline
-reboot
-#shutdown
-#halt
-#poweroff
-
-# Basic configuration
-#
-keyboard pl
-lang en_US
-timezone Europe/Warsaw
-#timezone --utc Europe/Madrid
-#firstboot --enable
-#firstboot --disable
-#firstboot --reconfig
-
-# Security configuration
-#
-#rootpw --iscrypted $1$NoXQ6dS7$UjQkOxuHU4OXwNUHY2JRi0
-rootpw macka
-auth --useshadow --enablemd5
-#firewall --enabled --ssh
-firewall --disabled
-#selinux --enforcing
-selinux --disabled
-
-# Network information
-network --bootproto=dhcp --device=eth0 --onboot=on
-
-# Bootloader configuration and disk partitioning information
-#
-bootloader --location=mbr
-zerombr
-clearpart --all --initlabel
-autopart
-
-# X Window System configuration information
-xconfig --startxonboot --defaultdesktop gnome
-
-# Packages
-#
-%packages
-@editors
-@core
-@base
-@base-x
-@gnome-desktop
-gcc
-gcc-c++
-gd
-gd-devel
-gdm
-httpd
-jpackage-utils
-mysql
-mysql-server
-net-snmp
-net-snmp-libs
-net-snmp-utils
-perl-IO-Socket-SSL
-perl-libwww-perl
-perl-TimeDate
-perl-URI
-perl-XML-NamespaceSupport
-perl-XML-SAX
-tomcat5
-#yum-priorities
-expect
-dialog
-firefox
-
-# Post installation script
-#
-%post --nochroot
-exec >/mnt/sysimage/root/perfSONAR.log 2>&1
-echo ">>> POST-INSTALLATION BEGINNING <<<"
-echo
-
-# General configuration
-#
-chroot /mnt/sysimage chkconfig sendmail off
-chroot /mnt/sysimage chkconfig ntpd on
-chroot /mnt/sysimage chkconfig tomcat5 on
-chroot /mnt/sysimage chkconfig httpd on
-chroot /mnt/sysimage chkconfig mysqld on
-
-# Copy perfSONAR data from installation media
-#
-echo ">>> Copy perfSONAR data from installation media"
-echo
-mkdir /mnt/source
-mount -t iso9660 /tmp/cdrom /mnt/source
-cp -var /mnt/source/perfSONAR /mnt/sysimage/root
-umount -f /mnt/source
-rmdir /mnt/source
-
-cp /mnt/sysimage/root/perfSONAR/scripts/desktop/postinstall*
/mnt/sysimage/etc/rc.d/init.d/
-
-chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall0
-chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall0
/etc/rc.d/rc5.d/S000postinstall0
-
-chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall1
-chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall1
/etc/rc.d/rc5.d/S000postinstall1
-
-chroot /mnt/sysimage chmod +x /root/perfSONAR/scripts/desktop/firefoxconfig
-
-echo ">>> Creating user account <<<"
-chroot /mnt/sysimage /usr/sbin/useradd -m user
-echo
-echo ">>> POST-INSTALLATION END <<<"
-echo
-exit
-%end
-
Copied: trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg (from rev 5682,
trunk/perfsonar-install-dvd/CentOS-5.4/ks-desktop.cfg)
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg
(rev 0)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg 2010-06-01
14:46:13 UTC (rev 5683)
@@ -0,0 +1,123 @@
+# Installation mode
+#
+install
+logging --level=info
+cdrom
+#autostep
+#interactive
+#graphical
+#text
+cmdline
+reboot
+#shutdown
+#halt
+#poweroff
+
+# Basic configuration
+#
+keyboard pl
+lang en_US
+timezone Europe/Warsaw
+#timezone --utc Europe/Madrid
+#firstboot --enable
+#firstboot --disable
+#firstboot --reconfig
+
+# Security configuration
+#
+#rootpw --iscrypted $1$NoXQ6dS7$UjQkOxuHU4OXwNUHY2JRi0
+rootpw pspassword
+auth --useshadow --enablemd5
+#firewall --enabled --ssh
+firewall --disabled
+#selinux --enforcing
+selinux --disabled
+
+# Network information
+network --bootproto=dhcp --device=eth0 --onboot=on
+
+# Bootloader configuration and disk partitioning information
+#
+bootloader --location=mbr
+zerombr
+clearpart --all --initlabel
+autopart
+
+# X Window System configuration information
+xconfig --startxonboot --defaultdesktop gnome
+
+# Packages
+#
+%packages
+@editors
+@core
+@base
+@base-x
+@gnome-desktop
+gcc
+gcc-c++
+gd
+gd-devel
+gdm
+httpd
+jpackage-utils
+mysql
+mysql-server
+net-snmp
+net-snmp-libs
+net-snmp-utils
+perl-IO-Socket-SSL
+perl-libwww-perl
+perl-TimeDate
+perl-URI
+perl-XML-NamespaceSupport
+perl-XML-SAX
+tomcat5
+#yum-priorities
+expect
+dialog
+firefox
+
+# Post installation script
+#
+%post --nochroot
+exec >/mnt/sysimage/root/perfSONAR.log 2>&1
+echo ">>> POST-INSTALLATION BEGINNING <<<"
+echo
+
+# General configuration
+#
+chroot /mnt/sysimage chkconfig sendmail off
+chroot /mnt/sysimage chkconfig ntpd on
+chroot /mnt/sysimage chkconfig tomcat5 on
+chroot /mnt/sysimage chkconfig httpd on
+chroot /mnt/sysimage chkconfig mysqld on
+
+# Copy perfSONAR data from installation media
+#
+echo ">>> Copy perfSONAR data from installation media"
+echo
+mkdir /mnt/source
+mount -t iso9660 /tmp/cdrom /mnt/source
+cp -var /mnt/source/perfSONAR /mnt/sysimage/root
+umount -f /mnt/source
+rmdir /mnt/source
+
+cp /mnt/sysimage/root/perfSONAR/scripts/desktop/postinstall*
/mnt/sysimage/etc/rc.d/init.d/
+
+chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall0
+chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall0
/etc/rc.d/rc5.d/S000postinstall0
+
+chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall1
+chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall1
/etc/rc.d/rc5.d/S000postinstall1
+
+chroot /mnt/sysimage chmod +x /root/perfSONAR/scripts/desktop/firefoxconfig
+
+echo ">>> Creating user account <<<"
+chroot /mnt/sysimage /usr/sbin/useradd -m psuser
+echo
+echo ">>> POST-INSTALLATION END <<<"
+echo
+exit
+%end
+
Deleted: trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.4/ks.cfg 2010-05-11 15:15:39
UTC (rev 5621)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg 2010-06-01 14:46:13
UTC (rev 5683)
@@ -1,118 +0,0 @@
-# Installation mode
-#
-install
-logging --level=info
-cdrom
-#autostep
-#interactive
-#graphical
-#text
-cmdline
-reboot
-#shutdown
-#halt
-#poweroff
-
-# Basic configuration
-#
-keyboard pl
-lang en_US
-timezone Europe/Warsaw
-#timezone --utc Europe/Madrid
-skipx
-#firstboot --enable
-#firstboot --disable
-#firstboot --reconfig
-
-# Security configuration
-#
-#rootpw --iscrypted $1$NoXQ6dS7$UjQkOxuHU4OXwNUHY2JRi0
-rootpw macka
-auth --useshadow --enablemd5
-#firewall --enabled --ssh
-firewall --disabled
-#selinux --enforcing
-selinux --disabled
-
-# Network information
-network --bootproto=dhcp --device=eth0 --onboot=on
-
-# Bootloader configuration and disk partitioning information
-#
-bootloader --location=mbr
-zerombr
-clearpart --all --initlabel
-autopart
-
-# Packages
-#
-%packages
-@editors
-@core
-@base
-@base-x
-gcc
-gcc-c++
-gd
-gd-devel
-httpd
-jpackage-utils
-mysql
-mysql-server
-net-snmp
-net-snmp-libs
-net-snmp-utils
-perl-IO-Socket-SSL
-perl-libwww-perl
-perl-TimeDate
-perl-URI
-perl-XML-NamespaceSupport
-perl-XML-SAX
-tomcat5
-#yum-priorities
-expect
-dialog
-lynx
-
-# Post installation script
-#
-%post --nochroot
-exec >/mnt/sysimage/root/perfSONAR.log 2>&1
-echo ">>> POST-INSTALLATION BEGINNING <<<"
-echo
-
-# General configuration
-#
-chroot /mnt/sysimage chkconfig sendmail off
-chroot /mnt/sysimage chkconfig ntpd on
-chroot /mnt/sysimage chkconfig tomcat5 on
-chroot /mnt/sysimage chkconfig httpd on
-chroot /mnt/sysimage chkconfig mysqld on
-
-# Copy perfSONAR data from installation media
-#
-echo ">>> Copy perfSONAR data from installation media"
-echo
-mkdir /mnt/source
-mount -t iso9660 /tmp/cdrom /mnt/source
-cp -var /mnt/source/perfSONAR /mnt/sysimage/root
-umount -f /mnt/source
-rmdir /mnt/source
-
-cp /mnt/sysimage/root/perfSONAR/scripts/server/postinstall*
/mnt/sysimage/etc/rc.d/init.d/
-
-chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall0
-chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall0
/etc/rc.d/rc3.d/S98postinstall0
-
-chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall1
-chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall1
/etc/rc.d/rc3.d/S99postinstall1
-
-chroot /mnt/sysimage chmod +x /root/perfSONAR/scripts/server/lynxconfig
-chroot /mnt/sysimage chmod +x /root/perfSONAR/scripts/server/lynxautorun
-
-echo
-echo ">>> POST-INSTALLATION END <<<"
-echo
-exit
-%end
-
Copied: trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg (from rev 5682,
trunk/perfsonar-install-dvd/CentOS-5.4/ks.cfg)
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg
(rev 0)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg 2010-06-01 14:46:13
UTC (rev 5683)
@@ -0,0 +1,118 @@
+# Installation mode
+#
+install
+logging --level=info
+cdrom
+#autostep
+#interactive
+#graphical
+#text
+cmdline
+reboot
+#shutdown
+#halt
+#poweroff
+
+# Basic configuration
+#
+keyboard pl
+lang en_US
+timezone Europe/Warsaw
+#timezone --utc Europe/Madrid
+skipx
+#firstboot --enable
+#firstboot --disable
+#firstboot --reconfig
+
+# Security configuration
+#
+#rootpw --iscrypted $1$NoXQ6dS7$UjQkOxuHU4OXwNUHY2JRi0
+rootpw pspassword
+auth --useshadow --enablemd5
+#firewall --enabled --ssh
+firewall --disabled
+#selinux --enforcing
+selinux --disabled
+
+# Network information
+network --bootproto=dhcp --device=eth0 --onboot=on
+
+# Bootloader configuration and disk partitioning information
+#
+bootloader --location=mbr
+zerombr
+clearpart --all --initlabel
+autopart
+
+# Packages
+#
+%packages
+@editors
+@core
+@base
+@base-x
+gcc
+gcc-c++
+gd
+gd-devel
+httpd
+jpackage-utils
+mysql
+mysql-server
+net-snmp
+net-snmp-libs
+net-snmp-utils
+perl-IO-Socket-SSL
+perl-libwww-perl
+perl-TimeDate
+perl-URI
+perl-XML-NamespaceSupport
+perl-XML-SAX
+tomcat5
+#yum-priorities
+expect
+dialog
+lynx
+
+# Post installation script
+#
+%post --nochroot
+exec >/mnt/sysimage/root/perfSONAR.log 2>&1
+echo ">>> POST-INSTALLATION BEGINNING <<<"
+echo
+
+# General configuration
+#
+chroot /mnt/sysimage chkconfig sendmail off
+chroot /mnt/sysimage chkconfig ntpd on
+chroot /mnt/sysimage chkconfig tomcat5 on
+chroot /mnt/sysimage chkconfig httpd on
+chroot /mnt/sysimage chkconfig mysqld on
+
+# Copy perfSONAR data from installation media
+#
+echo ">>> Copy perfSONAR data from installation media"
+echo
+mkdir /mnt/source
+mount -t iso9660 /tmp/cdrom /mnt/source
+cp -var /mnt/source/perfSONAR /mnt/sysimage/root
+umount -f /mnt/source
+rmdir /mnt/source
+
+cp /mnt/sysimage/root/perfSONAR/scripts/server/postinstall*
/mnt/sysimage/etc/rc.d/init.d/
+
+chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall0
+chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall0
/etc/rc.d/rc3.d/S98postinstall0
+
+chroot /mnt/sysimage chmod +x /etc/rc.d/init.d/postinstall1
+chroot /mnt/sysimage ln -s /etc/rc.d/init.d/postinstall1
/etc/rc.d/rc3.d/S99postinstall1
+
+chroot /mnt/sysimage chmod +x /root/perfSONAR/scripts/server/lynxconfig
+chroot /mnt/sysimage chmod +x /root/perfSONAR/scripts/server/lynxautorun
+
+echo
+echo ">>> POST-INSTALLATION END <<<"
+echo
+exit
+%end
+
Copied: trunk/perfsonar-install-dvd/CentOS-5.5/server (from rev 5682,
trunk/perfsonar-install-dvd/CentOS-5.4/server)
- [GEANT/SA2/ps-java-services] r5683 - in trunk/perfsonar-install-dvd: . CentOS-5.5, svn-noreply, 06/01/2010
Archive powered by MHonArc 2.6.16.