SF.net SVN: morphix: [2452] trunk/scripts-mini/nvidia/MiniModuleNvidia_2.6. 17-morphix1.xml
[email protected] Thu, 28 Dec 2006 12:07:38 -0800
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2452
http://svn.sourceforge.net/morphix/?rev=2452&view=rev
Author: bmsleight
Date: 2006-12-28 12:07:36 -0800 (Thu, 28 Dec 2006)
Log Message:
-----------
nvidia minimodule, for newest morphix kernel, using overlay to save ram, sleightly less hackish than before, requires testing
Added Paths:
-----------
trunk/scripts-mini/nvidia/MiniModuleNvidia_2.6.17-morphix1.xml
Added: trunk/scripts-mini/nvidia/MiniModuleNvidia_2.6.17-morphix1.xml
===================================================================
--- trunk/scripts-mini/nvidia/MiniModuleNvidia_2.6.17-morphix1.xml (rev 0)
+++ trunk/scripts-mini/nvidia/MiniModuleNvidia_2.6.17-morphix1.xml 2006-12-28 20:07:36 UTC (rev 2452)
@@ -0,0 +1,24 @@
+<!-- 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 thats the problem with non-GPL software.-->
+<comps>
+ <group>
+ <minimod>
+ <version>0.0.2</version>
+ <description>MorphMini for loading Nvidia binary drivers which are not GPL</description>
+ <minitag>Nvidia</minitag>
+ <maintag>ALL</maintag>
+ <bootoption>xmodule=nv</bootoption> <!-- Requires morphing-tools 0.2-20 + -->
+ <commandlist> <!-- Commands to be started from minimodule -->
+ <preX> <!-- Commands to run before X windows start -->
+ <command>sh $1/morphix/files/postinst configure </command>
+ </preX>
+ </commandlist>
+ <other> <!-- used to make a minimodule in another way - command will be passed $1 for minimodule filesystem -->
+ <buildcommand>wget --output-document=$1/morphix/files/nvidia-kernel-2.6.17-morphix_1.0.8774-1+1_i386.deb http://www.morphix.org/debian/binaries/nvidia-kernel-2.6.17-morphix_1.0.8774-1+1_i386.deb</buildcommand>
+ <buildcommand>dpkg-deb -X $1/morphix/files/nvidia-kernel-2.6.17-morphix_1.0.8774-1+1_i386.deb $1/root/ </buildcommand>
+ <buildcommand>dpkg-deb -e $1/morphix/files/nvidia-kernel-2.6.17-morphix_1.0.8774-1+1_i386.deb $1/morphix/files/ </buildcommand>
+ </other>
+ </minimod>
+ </group>
+</comps>
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV