dslinux/vendors/Nintendo/common rc.common rc.defaults

amadeus dslinux_amadeus at user.in-berlin.de
Wed Aug 23 12:02:30 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/common
In directory antilope:/tmp/cvs-serv16811/vendors/Nintendo/common

Modified Files:
	rc.common rc.defaults 
Log Message:
setup framebuffer on demand

Index: rc.defaults
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/common/rc.defaults,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- rc.defaults	11 Aug 2006 12:37:37 -0000	1.14
+++ rc.defaults	23 Aug 2006 10:02:28 -0000	1.15
@@ -122,4 +122,7 @@
 # set this to "YES". By default, the firmware version is shown.
 show_firmware_version="YES"
 
+# 
+start_nanox="NO"
+
 # End of file.

Index: rc.common
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/common/rc.common,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rc.common	1 Aug 2006 14:40:19 -0000	1.7
+++ rc.common	23 Aug 2006 10:02:28 -0000	1.8
@@ -51,5 +51,12 @@
 # run local startup script if it exists
 [ -e /etc/rc.local ] && . /etc/rc.local
 
+# setup nano-X
+if [ "$start_nanox" = "YES" ]
+then
+	fbset -depth 16 -n
+	ifconfig lo up
+fi
+
 # this is here so that we will get a login prompt in any case
 exit 0




More information about the dslinux-commit mailing list