Am Samstag 20 Juni 2009 22:23:58 schrieb Dirk Heinrichs: > > No good. rc-update shows udev, devfs, dmesg, device-mapper in sysinit > > runlevel. > > device-mapper is wrong, there.
After reading your initial post in this thread again, that explains the problem. You have dm-crypt and dm-mod compiled as modules. Module loading is the first thing to happen in the boot runlevel. But the sysinit runlevel is executed before the boot runlevel. That means, when your device-mapper init script runs, it doesn't even have its module loaded. So you should really put device-mapper into the boot runlevel. And btw, why do compile things as modules which you need in any case? Doesn't make sense to me. Bye... Dirk
signature.asc
Description: This is a digitally signed message part.