SF.net SVN: morphix: [2337] trunk/scripts-mini
[email protected] Mon, 03 Jul 2006 15:32:07 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2337
Author: bmsleight
Date: 2006-07-03 15:32:03 -0700 (Mon, 03 Jul 2006)
ViewCVS: http://svn.sourceforge.net/morphix/?rev=2337&view=rev
Log Message:
-----------
Minor update of templates
Modified Paths:
--------------
trunk/scripts-mini/MorphixMini-KioskAddins.xml
trunk/scripts-mini/MorphixMini-KioskSetting.xml
Modified: trunk/scripts-mini/MorphixMini-KioskAddins.xml
===================================================================
--- trunk/scripts-mini/MorphixMini-KioskAddins.xml 2006-07-03 22:30:39 UTC (rev 2336)
+++ trunk/scripts-mini/MorphixMini-KioskAddins.xml 2006-07-03 22:32:03 UTC (rev 2337)
@@ -1,6 +1,6 @@
<!-- A minimodule quite long winded - as we have to download the Non-GPL software and the package in /root so that filesystem can be overlaid. -->
-<!-- Not ideal - but that the problem with non-GPL software.-->
-<!-- this MiniModule requires fackroot, html2text-->
+<!-- Not ideal - but thats the problem with non-GPL software.-->
+<!-- this MiniModule requires html2text-->
<comps>
<group>
<minimod>
@@ -9,14 +9,14 @@
<minitag>KioskAddins</minitag>
<maintag>ALL</maintag>
<bootoption>nonfree=ok</bootoption> <!-- Requires morphing-tools 0.2-20 + -->
- <commandlist> <!-- Commands to be started from minimodule -->
+ <commandlist> <!-- Commands to be started from minimodule -->
<preX> <!-- Commands to run before X windows start -->
- <command>echo " * Please see $1/licenses/ as this MiniModule contain Non-GPL software "</command>
+ <command>echo " * Please see $1/licenses/ as this MiniModule contains Non-GPL software "</command>
<command>ln -s /usr/local/install_flash_player_7_linux/libflashplayer.so /usr/lib/firefox/plugins/libflashplayer.so </command>
<command>ln -s /usr/local/install_flash_player_7_linux/flashplayer.xpt /usr/lib/firefox/plugins/flashplayer.xpt </command>
<command>ln -s /usr/local/j2re1.4.2/plugin/i386/mozilla/libjavaplugin_oji.so /usr/lib/firefox/plugins/libjavaplugin_oji.so </command>
</preX>
- </commandlist>
+ </commandlist>
<other> <!-- used to make a minimodule in another way - command will be passed $1 for minimodule filesystem -->
<buildcommand>mkdir -p $1/root/usr/bin $1/root/usr/local/ $1/root/usr/lib/firefox/plugins/ </buildcommand>
<buildcommand>#flash </buildcommand>
@@ -24,7 +24,7 @@
<buildcommand>tar zxvf $1/../temp.tar.gz -C $1/root/usr/local/ </buildcommand>
<!-- <buildcommand>wget - - directory-prefix=$1/../ ftp://ftp.uk.linux.org/pub/linux/java/JDK-1.4.2/i386/rc1/j2re-1.4.2-rc1-linux-i586-gcc2.95.bin </buildcommand>
<buildcommand>chmod +x $1/../j2re-1.4.2-rc1-linux-i586-gcc2.95.bin </buildcommand>
- <buildcommand>cd $1/../ && fakeroot ./j2re-1.4.2-rc1-linux-i586-gcc2.95.bin </buildcommand> -->
+ <buildcommand>cd $1/../ && ./j2re-1.4.2-rc1-linux-i586-gcc2.95.bin </buildcommand> -->
<buildcommand>#java </buildcommand>
<buildcommand>wget --directory-prefix=$1/../ ftp://ftp.uk.linux.org/pub/linux/java/JDK-1.4.2/i386/rc1/j2re-1.4.2-rc1-linux-i586-gcc3.2.bin </buildcommand>
<buildcommand>chmod +x $1/../j2re-1.4.2-rc1-linux-i586-gcc3.2.bin </buildcommand>
Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml
===================================================================
--- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2006-07-03 22:30:39 UTC (rev 2336)
+++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2006-07-03 22:32:03 UTC (rev 2337)
@@ -1,27 +1,31 @@
<comps>
<group>
<minimod>
- <version>0.0.1</version>
+ <version>0.0.2</version>
<description>MorphMini to set the persistent application and set/restore kiosk extension</description>
<minitag>MorphixMiniKioskSetting</minitag>
<maintag>matchbox</maintag>
<bootoption>ALL</bootoption>
- <filelist> <!-- files to be added to minimod available as $1/morphix/files/ -->
+ <filelist>
<remote>
-<!-- Use either of these files depending on how locked down the kiosk should be -->
+ <!-- Use either of these files depending on how locked down the kiosk should be -->
<file>http://www.barwap.com/morphix/livekiosk/morphix-kiosk-locked_plus-nav-bar.tar.gz</file>
<!-- <file>http://www.barwap.com/morphix/livekiosk/morphix-kiosk-locked.tar.gz</file> -->
</remote>
</filelist>
<commandlist>
+ <preX>
+ <!-- Get ip adress via dhcp -->
+ <command>dhclient >/dev/null 2>&1 &</command> <!-- > is xml for > and & is xml for & -->
+ </preX>
<X> <!-- Before each time firefox is launched, delete the old user setting and restore saved setting -->
- <command>echo "rm ~/.mozilla/ -R " >> ~/.persistent-app </command><!-- > is xml format for > -->
+ <command>echo "rm ~/.mozilla/ -R " >> ~/.persistent-app </command>
<command>echo "cd ~ " >> ~/.persistent-app </command>
-<!-- Use either of these files depending on how locked down the kiosk should be -->
+ <!-- Use either of these files depending on how locked down the kiosk should be -->
<command>echo "tar xvzf $1/morphix/files/morphix-kiosk-locked_plus-nav-bar.tar.gz " >> ~/.persistent-app </command>
<!-- <command>echo "tar xvzf $1/morphix/files/morphix-kiosk-locked.tar.gz " >> ~/.persistent-app </command> -->
- <command>echo "firefox http://www.morphix.org " >> ~/.persistent-app </command><!-- > is xml format for > -->
- <command>echo "killall firefox " >> ~/.inactivity </command><!-- > is xml format for > -->
+ <command>echo "firefox http://www.morphix.org " >> ~/.persistent-app </command>
+ <command>echo "killall firefox-bin " >> ~/.inactivity </command>
</X>
</commandlist>
</minimod>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642