dslinux/vendors/Nintendo/DSGBA Makefile

stsp stsp at user.in-berlin.de
Sat Oct 28 16:38:15 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/DSGBA
In directory antilope:/tmp/cvs-serv12585/vendors/Nintendo/DSGBA

Modified Files:
	Makefile 
Log Message:
Move /etc out of romfs completely for builds that have CF/SD storage.
This makes /etc/passwd writable and cleans up the symlink mess in /etc.

/etc/rc and /etc/inittab have been moved to the new /boot directory,
because they need to remain in romfs.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/DSGBA/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile	31 Aug 2006 17:56:29 -0000	1.22
+++ Makefile	28 Oct 2006 14:38:12 -0000	1.23
@@ -13,7 +13,7 @@
 endif
 
 
-ROMFS_DIRS = bin dev etc etc/rc.d lib mnt proc usr usr/share/udhcpc var sram
+ROMFS_DIRS = bin boot dev etc etc/rc.d lib mnt proc usr usr/share/udhcpc var sram
 
 DEVICES = \
 	tty,c,5,0      console,c,5,1      cua0,c,5,64      cua1,c,5,65  \
@@ -67,8 +67,8 @@
 	$(ROMFSINST) -s /sram/rc.conf /etc/rc.conf
 	$(ROMFSINST) -s /var/hosts /etc/hosts
 	$(ROMFSINST) -s /var/home /home
-	$(ROMFSINST) /etc/rc
-	$(ROMFSINST) /etc/inittab
+	$(ROMFSINST) /boot/rc
+	$(ROMFSINST) /boot/inittab
 	$(ROMFSINST) /etc/issue
 	$(ROMFSINST) $(NDS_COMMON)/rc.common /etc/rc.common
 	$(ROMFSINST) $(NDS_COMMON)/rc.defaults /etc/rc.defaults




More information about the dslinux-commit mailing list