r1943

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Fri Sep 28 21:55:25 CEST 2007


Author: amadeus
Date: 2007-09-28 21:55:20 +0200 (Fri, 28 Sep 2007)
New Revision: 1943

Log:
We can start PIXIL at boot time now.

Modified: trunk/vendors/Nintendo/common/rc.common
===================================================================
--- trunk/vendors/Nintendo/common/rc.common	2007-09-28 18:21:48 UTC (rev 1942)
+++ trunk/vendors/Nintendo/common/rc.common	2007-09-28 19:55:20 UTC (rev 1943)
@@ -88,5 +88,11 @@
 	ifconfig lo up
 fi
 
+# setup PIXIL
+if [ "$start_pixil" = "YES" ]
+then
+	/usr/pixil/nxstart.sh&
+fi
+
 # this is here so that we will get a login prompt in any case
 exit 0

Modified: trunk/vendors/Nintendo/common/rc.defaults
===================================================================
--- trunk/vendors/Nintendo/common/rc.defaults	2007-09-28 18:21:48 UTC (rev 1942)
+++ trunk/vendors/Nintendo/common/rc.defaults	2007-09-28 19:55:20 UTC (rev 1943)
@@ -119,4 +119,7 @@
 # Note that nanoX is not really useful at this point.
 start_nanox="NO"
 
+# If you want to start PIXIL at boot, set this to "YES".
+start_pixil="NO"
+
 # End of file.




More information about the dslinux-commit mailing list