CPT KIDD <[EMAIL PROTECTED]> writes:
> After recompiling the kernel, I get the following errors
> (/var/log/messages):
>
> Mar 15 13:12:03 cx640487-a rc.sysinit: Mounting local filesystems
> succeeded
> Mar 15 13:12:03 cx640487-a rc.sysinit: Turning on user and group quotas
> for local filesystems succeeded
> Mar 15 13:12:04 cx640487-a rc.sysinit: Enabling swap space succeeded
> Mar 15 13:12:04 cx640487-a mandrake_everytime: Building Window Manager
> Sessions succeeded
> Mar 15 13:12:04 cx640487-a mandrake_everytime: Disabling Supermount
> succeeded
> Mar 15 13:12:04 cx640487-a init: Entering runlevel: 5
>
> The results of this error cause mdk to rewrite my fstab settings to
> standard settings. (i.e. /mnt/cdrom1 /mnt/cdrom1 supermount ... to
> /dev/cdrom1 /mntcdrom1 ....etc)
that's the pb you run into using custom kernel... the
/etc/rc.d/init.d/mandrake_everytime script disables supermount if it can't find
the supermount.o module.
so in your case you have to modify that script ;-(