dslinux/vendors/Nintendo/RAM Makefile config.vendor inittab

amadeus dslinux_amadeus at user.in-berlin.de
Thu Sep 28 20:57:00 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/RAM
In directory antilope:/tmp/cvs-serv11640/vendors/Nintendo/RAM

Modified Files:
	Makefile config.vendor inittab 
Log Message:
enable Autologin for all 3 terminals

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/RAM/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	31 Aug 2006 17:56:30 -0000	1.2
+++ Makefile	28 Sep 2006 18:56:58 -0000	1.3
@@ -109,6 +109,7 @@
 	-mv $(ROMFSDIR)/$(FATFS)/linux/usr/bin/sh $(ROMFSDIR)/bin
 	-mv $(ROMFSDIR)/$(FATFS)/linux/usr/bin/login $(ROMFSDIR)/bin
 	-mv $(ROMFSDIR)/$(FATFS)/linux/usr/bin/init $(ROMFSDIR)/bin
+	-mv $(ROMFSDIR)/$(FATFS)/linux/usr/bin/autologin $(ROMFSDIR)/bin
 	# move MADPLAY into internal RAM and make it XIP, to gain the processing power
 	# for undisturbed audio.
 	-mv $(ROMFSDIR)/$(FATFS)/linux/usr/bin/madplay $(ROMFSDIR)/bin

Index: inittab
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/RAM/inittab,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- inittab	18 Sep 2006 19:45:23 -0000	1.2
+++ inittab	28 Sep 2006 18:56:58 -0000	1.3
@@ -1,5 +1,3 @@
-
-tty1::linux:/usr/bin/agetty 38400 tty1
-tty2::linux:/usr/bin/agetty 38400 tty2
-tty3::linux:/usr/bin/agetty 38400 tty3
-
+tty1::linux:/usr/bin/agetty -n -l /bin/autologin 38400 tty1
+tty2::linux:/usr/bin/agetty -n -l /bin/autologin 38400 tty2
+tty3::linux:/usr/bin/agetty -n -l /bin/autologin 38400 tty3

Index: config.vendor
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/RAM/config.vendor,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- config.vendor	26 Sep 2006 20:38:30 -0000	1.6
+++ config.vendor	28 Sep 2006 18:56:58 -0000	1.7
@@ -339,7 +339,7 @@
 #
 # CONFIG_USER_LANG_A60 is not set
 # CONFIG_USER_ARJ_ARJ is not set
-# CONFIG_USER_AUTOLOGIN_AUTOLOGIN is not set
+CONFIG_USER_AUTOLOGIN_AUTOLOGIN=y
 # CONFIG_USER_BZIP2_BZIP2 is not set
 # CONFIG_USER_CAL_CAL is not set
 # CONFIG_USER_CHAT_CHAT is not set




More information about the dslinux-commit mailing list