On Mon, 27 Feb 2006 19:37:12 +0100
Michael Schmidt <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> version: 3.8
> architecture: i386
> 
> I have seen that /etc cannot be located on a separated partition.
> Why can it be not on an extra partition?
> 
> Have a nice day
> Michael
> 
> -- 
> Michael Schmidt     MIRRORS:
> DJGPP               ftp://ftp.fh-koblenz.de/pub/DJGPP/
> Ghostscript         ftp://ftp.fh-koblenz.de/pub/Ghostscript/
> 

/usr/src/sbin/init/pathnames.h:

#define _PATH_RUNCOM    "/etc/rc"

I think it may be changed to something else accessibly,
but on line 201 in /etc/rc there is /sbin/mount executions, 
so /etc/fstab should be accessed before this line.

-- 
    "God is real, unless declared integer."

Reply via email to