dslinux/vendors/Nintendo/NDS Makefile

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


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

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/NDS/Makefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile	31 Aug 2006 17:56:30 -0000	1.31
+++ Makefile	28 Oct 2006 14:38:13 -0000	1.32
@@ -13,7 +13,7 @@
 endif
 
 
-ROMFS_DIRS = bin dev etc etc/rc.d lib mnt proc usr usr/share/udhcpc var sys
+ROMFS_DIRS = bin boot dev etc etc/rc.d lib mnt proc usr usr/share/udhcpc var sys
 
 DEVICES = \
 	tty,c,5,0      console,c,5,1      cua0,c,5,64      cua1,c,5,65  \
@@ -67,8 +67,8 @@
 	$(ROMFSINST) -s /var/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