On Wednesday 07 February 2001 02:37 am, Mogens Jæger wrote:
> Hey list.
> I have got a strange problem, since I upgraded to the kernel
> 2.4.0-11mdksmp, with a patch for supermount.
> Each time I boot my machine the /etc/fstab is changed, so that the
> supermount is not active. 

  'locate' your  supermount.o  module, then edit   /etc/rc.d/init.d/ 
mandrake_everytime  so it'll know where it is

# Disabling supermount if not here
if [[ $(uname -m) != sparc*  ]];then
 if grep -q '^\/.*supermount.*' /etc/fstab && \
    [ ! -f "/lib/modules/$(uname -r)/kernel/fs/supermount/supermount.o" 
.                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- 
Tom Brinkman             [EMAIL PROTECTED]       Galveston Bay


Reply via email to