Good day. On Tue, 22 Nov 2005 20:27:34 +0100 Heiko Dudzus <[EMAIL PROTECTED]> wrote:
> fsconfig is set to /dev/sdC0/fscfg. But what's the correct bootargs > line? Still Right. > | bootargs=local!#S/sdC0/fossil bootargs=local!#k/fs/fossil > What's the point of time when #k is bound in the booting process, and > which process does that? It has to be bound before the execution of > /rc/bin/cpurc, so I don't have to bind it there, do I? devfs.c tries to read a config file from either /dev/sdC0/fscfg or what you specify in /env/fsconfig. After that it represents this configuration in its file system. So when the kernel is running, then #k can be used. Sincerely, Christoph
