Revision: 2575
http://morphix.svn.sourceforge.net/morphix/?rev=2575&view=rev
Author: bmsleight
Date: 2007-10-23 15:45:16 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
Example Template
Added Paths:
-----------
trunk/morphixlivekiosk/templates/MLK-example.xml
Added: trunk/morphixlivekiosk/templates/MLK-example.xml
===================================================================
--- trunk/morphixlivekiosk/templates/MLK-example.xml (rev 0)
+++ trunk/morphixlivekiosk/templates/MLK-example.xml 2007-10-23 22:45:16 UTC (rev 2575)
@@ -0,0 +1,32 @@
+<comps>
+ <group>
+ <kiosk>
+ <version>0.0.1</version>
+ <brand>MorphixLiveKiosk</brand>
+ <!-- Graphic could be a local file -->
+ <graphic>http://www.morphix.org/doc/how_tos/images/MorphixLiveKiosk.png</graphic>
+ <homepage>www.morphix.org</homepage>
+ <navbar>true</navbar>
+ <!-- Include the extra bits, some of which maybe non-free -->
+ <!-- Morphix calls them Minimodules, debian-live calls them hooks -->
+ <extralist>
+ <MiniModule>MorphixMini-NonFree-FlashPlugin.xml</MiniModule>
+ <MiniModule>MorphixMini-NonFree-Java.xml</MiniModule>
+ <!-- <hook>sun-java6.sh<hook> -->
+ </extralist>
+ <network>
+ <dhcp>true</dhcp>
+ <!-- To be implimented in next phase only here for reference
+ <static>
+ <ip>192.168.1.4<ip>
+ <mask>255.255.255.0</mask>
+ <default>192.168.1.1</default>
+ <nameserver>192.168.1.1</nameserver>
+ </static>
+ <wepkey>12345678901234567890123456789012</wepkey>
+ <wpakey>12345678901234567890123456789012</wpakey>
+ -->
+ </network>
+ </kiosk>
+ </group>
+</comps>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|