Subversion Repositories livecd

Rev

Rev 145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 145 Rev 146
Line 78... Line 78...
78
    done
78
    done
79
fi
79
fi
80
 
80
 
81
### disable rpcidmapd, if LiveCD mounted over NFS
81
### disable rpcidmapd, if LiveCD mounted over NFS
82
if [ $NFSROOT ]; then
82
if [ $NFSROOT ]; then
83
    $MOUNTDIR
-
 
84
    chkconfig rpcidmapd off >/dev/null 2>&1
83
    chkconfig rpcidmapd off >/dev/null 2>&1
85
fi
84
fi
86
 
85
 
87
### disable NetworkManager, if LiveCD mounted over NFS
86
### disable NetworkManager, if LiveCD mounted over NFS
88
if [ $NFSROOT ]; then
87
if [ $NFSROOT ]; then