From: <ale...@us...> - 2006-05-20 23:22:10
|
Revision: 2240 Author: alextreme Date: 2006-05-20 16:21:49 -0700 (Sat, 20 May 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2240&view=rev Log Message: ----------- * adding initial untested wififirm morphmini template Added Paths: ----------- trunk/scripts-mini/wififirm/ trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml Added: trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml =================================================================== --- trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml (rev 0) +++ trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml 2006-05-20 23:21:49 UTC (rev 2240) @@ -0,0 +1,37 @@ +<comps> + <group> + <minimod> + <version>0.0.1</version> + <description>MorphMini for loading wireless devices needing external firmware</description> + <minitag>Wififirm</minitag> + <maintag>ALL</maintag> + <bootoption>wififirm=yes</bootoption> <!-- Requires morphing-tools 0.2-20 + --> + <filelist> <!-- files to be added to minimod available as $1/morphix/files/ --> + <remote> + <file>http://bughost.org/firmware/ipw2200-fw-2.4.tgz</file> +<!-- ipw2200 >=1.07 < 1.1.1 --> + <file>http://bughost.org/firmware/ipw2200-fw-3.0.tgz</file> +<!-- ipw2200 >= 1.1.1 --> + <file>http://bughost.org/firmware/ipw2100-fw-1.3.tgz</file> +<!-- ipw2100 --> + <file>http://acx100.erley.org/acx_fw/acx100usb_dlink_dwl120+/fw1/ACX100_USB.bin</file> +<!-- acx100 usb --> + <file>http://acx100.erley.org/acx_fw/acx111_netgear_wg311v2/fw1/FwRad16.bin_1.2.1.34/file> +<!-- acx111 1.2.1.34 --> + + </remote> + </filelist> + <commandlist> <!-- Commands to be started from minimodule --> + <preX> <!-- Commands to run before X windows start --> + <command>echo " * Minimodule - WifiFirmware "</command> + <command>echo " This minimodule contains files which might cost you an arm and a leg on lawyers"</command> + <command>mkdir /lib/firmware</command> + <command>tar zxvf $1/morphix/files/*.tgz /lib/firmware/</command> + <command>cp $1/morphix/files/ACX100_USB.bin /lib/firmware/</command> + <command>cp $1/morphix/files/FwRad16.bin_1.2.1.34 /lib/firmware/</command> + <command>/etc/init.d/hotplug restart</command> + </preX> + </commandlist> + </minimod> + </group> +</comps> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-06-08 02:30:12
|
Revision: 2294 Author: bmsleight Date: 2006-06-07 10:23:42 -0700 (Wed, 07 Jun 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2294&view=rev Log Message: ----------- Added inactivity script from Livecd.net, user-configurable using ~/.inactivity - updating minimodule templates Modified Paths: -------------- trunk/scripts-mini/MorphixMini-KioskSetting.xml trunk/scripts-mini/MorphixMini-PersistentApp.xml Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2006-06-07 17:21:58 UTC (rev 2293) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2006-06-07 17:23:42 UTC (rev 2294) @@ -21,6 +21,7 @@ <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 > --> </X> </commandlist> </minimod> Modified: trunk/scripts-mini/MorphixMini-PersistentApp.xml =================================================================== --- trunk/scripts-mini/MorphixMini-PersistentApp.xml 2006-06-07 17:21:58 UTC (rev 2293) +++ trunk/scripts-mini/MorphixMini-PersistentApp.xml 2006-06-07 17:23:42 UTC (rev 2294) @@ -2,14 +2,15 @@ <group> <minimod> <version>0.0.1</version> - <description>MorphMini to add set the persistent application within match window manager</description> + <description>MorphMini to add set the persistent application within match window manager and set the inactivity commands</description> <minitag>MorphixMini-PersistentApp</minitag> <maintag>matchbox</maintag> <bootoption>ALL</bootoption> <commandlist> <X> <command>echo "firefox http://www.morphix.org " >> ~/.persistent-app </command><!-- > is xml format for > --> - </X> + <command>echo "killall firefox " >> ~/.inactivity </command><!-- > is xml format for > --> + </X> </commandlist> </minimod> </group> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-07-03 22:32:10
|
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. |
From: <bms...@us...> - 2006-07-04 20:54:20
|
Revision: 2339 Author: bmsleight Date: 2006-07-04 13:54:15 -0700 (Tue, 04 Jul 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2339&view=rev Log Message: ----------- boot_option Modified Paths: -------------- trunk/scripts-mini/MorphixMini-KioskAddins.xml trunk/scripts-mini/View_Licenses_MorphixMini-KioskAddins.sh Modified: trunk/scripts-mini/MorphixMini-KioskAddins.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskAddins.xml 2006-07-04 20:36:19 UTC (rev 2338) +++ trunk/scripts-mini/MorphixMini-KioskAddins.xml 2006-07-04 20:54:15 UTC (rev 2339) @@ -9,8 +9,14 @@ <minitag>KioskAddins</minitag> <maintag>ALL</maintag> <bootoption>nonfree=ok</bootoption> <!-- Requires morphing-tools 0.2-20 + --> + <filelist> + <remote> + <file>http://svn.sourceforge.net/viewcvs.cgi/*checkout*/morphix/trunk/scripts-mini/View_Licenses_MorphixMini-KioskAddins.sh</file> + </remote> + </filelist> <commandlist> <!-- Commands to be started from minimodule --> <preX> <!-- Commands to run before X windows start --> + <command>sh $1/morphix/files/View_Licenses_MorphixMini-KioskAddins.sh $1/licenses/ $1/morphix/boot_option</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> Modified: trunk/scripts-mini/View_Licenses_MorphixMini-KioskAddins.sh =================================================================== --- trunk/scripts-mini/View_Licenses_MorphixMini-KioskAddins.sh 2006-07-04 20:36:19 UTC (rev 2338) +++ trunk/scripts-mini/View_Licenses_MorphixMini-KioskAddins.sh 2006-07-04 20:54:15 UTC (rev 2339) @@ -3,10 +3,10 @@ DIS_LINES=20 TMP_CAT_MESS=/tmp/cat_mess.txt TMP_CAT_FILES=/tmp/cat_all.txt - +BOOT_OPTION=$(cat $2) TITLE1="Licenses - Page:" TITLE2="This minimodule runs with boot option nonfree=ok entered at the boot prompt" -TITLE3="By entering nonfree=ok this implies you have agreed to the above licenses " +TITLE3="By entering $BOOT_OPTION this implies you have agreed to the above licenses " DIVIDER="##################################################################################" # 012345678901234567890012345678901234567890 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2006-12-13 22:48:15
|
Revision: 2445 http://svn.sourceforge.net/morphix/?rev=2445&view=rev Author: bmsleight Date: 2006-12-13 14:48:06 -0800 (Wed, 13 Dec 2006) Log Message: ----------- Using debian iceweasel 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-12-08 11:26:58 UTC (rev 2444) +++ trunk/scripts-mini/MorphixMini-KioskAddins.xml 2006-12-13 22:48:06 UTC (rev 2445) @@ -17,13 +17,13 @@ <commandlist> <!-- Commands to be started from minimodule --> <preX> <!-- Commands to run before X windows start --> <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> + <command>ln -s /usr/local/install_flash_player_7_linux/libflashplayer.so /usr/lib/iceweasel/plugins/libflashplayer.so </command> + <command>ln -s /usr/local/install_flash_player_7_linux/flashplayer.xpt /usr/lib/iceweasel/plugins/flashplayer.xpt </command> + <command>ln -s /usr/local/j2re1.4.2/plugin/i386/mozilla/libjavaplugin_oji.so /usr/lib/iceweasel/plugins/libjavaplugin_oji.so </command> </preX> </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>mkdir -p $1/root/usr/bin $1/root/usr/local/ $1/root/usr/lib/iceweasel/plugins/ </buildcommand> <buildcommand>#flash </buildcommand> <buildcommand>wget --output-document=$1/../temp.tar.gz http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz </buildcommand> <buildcommand>tar zxvf $1/../temp.tar.gz -C $1/root/usr/local/ </buildcommand> Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2006-12-08 11:26:58 UTC (rev 2444) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2006-12-13 22:48:06 UTC (rev 2445) @@ -18,7 +18,7 @@ <remote> <!-- Set Minimize and Restore button as non-visable --> <from>http://www.barwap.com/morphix/livekiosk/browser.css</from> - <to>/usr/share/firefox/chrome/classic/skin/classic/browser/</to> + <to>/usr/share/iceweasel/chrome/classic/skin/classic/browser/</to> </remote> </files> </root> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bms...@us...> - 2007-10-02 21:18:12
|
Revision: 2560 http://morphix.svn.sourceforge.net/morphix/?rev=2560&view=rev Author: bmsleight Date: 2007-10-02 14:18:07 -0700 (Tue, 02 Oct 2007) Log Message: ----------- Homepage fix (2) Modified Paths: -------------- trunk/scripts-mini/MorphixMini-KioskSetting.xml trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-10-01 22:41:49 UTC (rev 2559) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-10-02 21:18:07 UTC (rev 2560) @@ -1,7 +1,7 @@ <comps> <group> <minimod> - <version>0.04</version> + <version>0.05</version> <description>MorphMini to set the persistent application and set/restore kiosk extension</description> <minitag>MorphixMiniKioskSetting</minitag> <maintag>matchbox</maintag> @@ -10,11 +10,12 @@ <preX> <!-- Comment out if you do not want the simple Navigation Bar --> <command>echo 'pref("rkiosk.navbar", true);' >> /etc/iceweasel/pref/iceweasel.js </command> - <command>echo 'pref("browser.startup.homepage", "http://www.morphix.org");' >> /usr/share/iceweasel-extensions/webconverger/defaults/preferences/prefs.js </command> + <command>echo 'browser.startup.homepage=http://www.morphix.org' > /usr/share/iceweasel/browserconfig.properties </command> + <command>dhclient </command> </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> - <command>echo "firefox " >> ~/.persistent-app </command> + <command>echo "firefox http://www.morphix.org" >> ~/.persistent-app </command> <command>echo "killall firefox-bin " >> ~/.inactivity </command> </X> </commandlist> Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre 2007-10-01 22:41:49 UTC (rev 2559) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre 2007-10-02 21:18:07 UTC (rev 2560) @@ -1,7 +1,7 @@ <comps> <group> <minimod> - <version>0.04</version> + <version>0.05</version> <description>MorphMini to set the persistent application and set/restore kiosk extension</description> <minitag>MorphixMiniKioskSetting</minitag> <maintag>matchbox</maintag> @@ -10,11 +10,12 @@ <preX> <!-- Comment out if you do not want the simple Navigation Bar --> COMMENTOUTNAVBAR<command>echo 'pref("rkiosk.navbar", true);' >> /etc/iceweasel/pref/iceweasel.js </command> ECOMMENTOUTNAVBAR - <command>echo 'pref("browser.startup.homepage", "http://HOMEPAGE");' >> /etc/iceweasel/pref/iceweasel.js </command> + <command>echo 'browser.startup.homepage=http://HOMEPAGE' > /usr/share/iceweasel/browserconfig.properties </command> + <command>dhclient </command> </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> - <command>echo "firefox " >> ~/.persistent-app </command> + <command>echo "firefox http://HOMEPAGE " >> ~/.persistent-app </command> <command>echo "killall firefox-bin " >> ~/.inactivity </command> </X> </commandlist> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |