perfsonar-dev - [GEANT/SA2/ps-java-services] r5685 - in trunk/perfsonar-install-dvd/Debian-5.0: isolinux server
Subject: perfsonar development work
List archive
[GEANT/SA2/ps-java-services] r5685 - in trunk/perfsonar-install-dvd/Debian-5.0: isolinux server
Chronological Thread
- From:
- To:
- Subject: [GEANT/SA2/ps-java-services] r5685 - in trunk/perfsonar-install-dvd/Debian-5.0: isolinux server
- Date: Tue, 1 Jun 2010 16:10:58 +0100
Author: psnc.lopatowski
Date: 2010-06-01 16:10:58 +0100 (Tue, 01 Jun 2010)
New Revision: 5685
Modified:
trunk/perfsonar-install-dvd/Debian-5.0/isolinux/menu.cfg
trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0
trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1
Log:
Modified: trunk/perfsonar-install-dvd/Debian-5.0/isolinux/menu.cfg
===================================================================
--- trunk/perfsonar-install-dvd/Debian-5.0/isolinux/menu.cfg 2010-06-01
15:07:13 UTC (rev 5684)
+++ trunk/perfsonar-install-dvd/Debian-5.0/isolinux/menu.cfg 2010-06-01
15:10:58 UTC (rev 5685)
@@ -1,7 +1,7 @@
menu hshift 10
-menu width 52
+menu width 55
-menu title perfSONAR MDM 3.3 Installer boot menu
+menu title perfSONAR MDM 3.3 DVD Installer
include stdmenu.cfg
include psinsta.cfg
include psdeskt.cfg
@@ -13,9 +13,9 @@
label Press ENTER to return to main menu
text help
Your are going to install Debian GNU/Linux 5.0 with perfSONAR MDM 3.3:
- - to install server version of the system, choose: Install (server)
- - to install desktop version of the system, choose: Install (desktop)
- - to boot from local HDD, choose: Local boot
+ - to install the OS without graphical environment, choose: Install
(server)
+ - to install the OS with GNOME, choose: Install (desktop)
+ - to boot existing OS from the hard drive, choose: Local boot
This installation will remove all partitions from your system !!
endtext
Modified: trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0
===================================================================
--- trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0 2010-06-01
15:07:13 UTC (rev 5684)
+++ trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0 2010-06-01
15:10:58 UTC (rev 5685)
@@ -2,18 +2,18 @@
clear
sleep 1
-dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 on Debian
5.0 Installation" \
+dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 DVD for
Debian 5" \
--msgbox "\nThis will install the Sun Microsystems Java
Platform.\nPlease, accept the license terms; otherwise, perfSONAR
\ninstallation will not be fully operational." 9 60
apt-get -y install sun-java6-jre
echo
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--msgbox "\n This will install the perfSONAR MDM 3.3" 7 60
choice=1
until [ $choice == 0 ]; do
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--checklist "\nChoose which perfSONAR services to install:"
16 60 8 \
1 "Lookup Service" off \
2 "Authentication Service" off \
@@ -24,14 +24,14 @@
7 "E2EMon MP" off \
2>/root/select.txt
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--yesno "\n Proceed with this selection?" 7 60
choice=$?
done
select=$(cat /root/select.txt)
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--infobox "\n Installation in progress ... \n\n
It may take several minutes." 7 60
LOGFILE=/root/perfSONAR.log
@@ -70,7 +70,7 @@
if [[ $select == *1* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing Lookup Service ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -82,7 +82,7 @@
if [[ $select == *2* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing Authentication Service ..."
5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -94,7 +94,7 @@
if [[ $select == *3* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing RRD MA ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -106,7 +106,7 @@
if [[ $select == *4* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing SQL MA ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -123,7 +123,7 @@
if [[ $select == *5* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing BWCTL MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -149,7 +149,7 @@
if [[ $select == *6* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing Telnet/SSH MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -161,7 +161,7 @@
if [[ $select == *7* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing E2EMon MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
Modified: trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1
===================================================================
--- trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1 2010-06-01
15:07:13 UTC (rev 5684)
+++ trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1 2010-06-01
15:10:58 UTC (rev 5685)
@@ -13,29 +13,29 @@
OPTIONS="\nThis will change the passwords for the root system user, \nthe
root and perfsonar_ma MySQL users and the bwctl http user."
fi
-dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 on
Debian 5.0 Installation" \
+dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 DVD
for Debian 5" \
--msgbox "$OPTIONS" 8 60
PASSWD=pass1
PASSWD2=pass2
until [ -n "$PASSWD" ] && [ -n "$PASSWD2" ] && [ "$PASSWD" == "$PASSWD2" ];
do
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--inputbox "\nPlease, enter the password:" 9 35
2>/root/pass1.txt
PASSWD=$(cat /root/pass1.txt)
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--inputbox "\nEnter the password again:" 9 35 2>/root/pass2.txt
PASSWD2=$(cat /root/pass2.txt)
if [ -n "$PASSWD" ] && [ -n "$PASSWD2" ]; then
if [ "$PASSWD" != "$PASSWD2" ]; then
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Passwords don't match !" 5 35
sleep 2
fi
else
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Incorrect password !" 5 35
sleep 2
fi
@@ -43,7 +43,7 @@
rm /root/pass*
done
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--infobox "\n Configuration in progress ... \n\n
It may take several minutes." 7 60
LOGFILE=/root/perfSONAR.log
@@ -80,12 +80,10 @@
# read
exec 1>&6 6>&-
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--infobox "\n Launching operating system ..." 5 60
rm /root/select.txt
find /root -name TRANS.TBL -exec rm {} \;
-
-
- [GEANT/SA2/ps-java-services] r5685 - in trunk/perfsonar-install-dvd/Debian-5.0: isolinux server, svn-noreply, 06/01/2010
Archive powered by MHonArc 2.6.16.