dslinux/user/init pathnames.h

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


Update of /cvsroot/dslinux/dslinux/user/init
In directory antilope:/tmp/cvs-serv12585/user/init

Modified Files:
	pathnames.h 
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: pathnames.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/init/pathnames.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pathnames.h	20 Feb 2006 14:10:31 -0000	1.2
+++ pathnames.h	28 Oct 2006 14:38:14 -0000	1.3
@@ -31,8 +31,8 @@
 #define	_PATH_NOLOGIN	"/etc/nologin"
 
 #define _PATH_LOGIN	"/bin/login"
-#define _PATH_INITTAB	"/etc/inittab"
-#define _PATH_RC	"/etc/rc"
+#define _PATH_INITTAB	"/boot/inittab"
+#define _PATH_RC	"/boot/rc"
 #define _PATH_REBOOT	"/bin/reboot"
 #define _PATH_SINGLE	"/etc/singleboot"
 #define _PATH_SECURE	"/etc/securesingle"




More information about the dslinux-commit mailing list