Subversion Repositories livecd

Rev

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

Rev 101 Rev 105
Line 68... Line 68...
68
### Configure services
68
### Configure services
69
### -----------------------------------------------------------
69
### -----------------------------------------------------------
70
 
70
 
71
### disable rpcidmapd, if LiveCD mounted over NFS
71
### disable rpcidmapd, if LiveCD mounted over NFS
72
if [ $NFSROOT ]; then
72
if [ $NFSROOT ]; then
73
    chkconfig rpcidmapd off
73
    chkconfig rpcidmapd off >/dev/null 2>&1
74
fi
74
fi
75
 
75
 
76
### disable NetworkManager, if LiveCD mounted over NFS
76
### disable NetworkManager, if LiveCD mounted over NFS
77
if [ $NFSROOT ]; then
77
if [ $NFSROOT ]; then
78
    chkconfig NetworkManager off
78
    chkconfig NetworkManager off           >/dev/null 2>&1
79
    chkconfig NetworkManagerDispatcher off
79
    chkconfig NetworkManagerDispatcher off >/dev/null 2>&1 
80
fi
80
fi
81
 
81
 
82
### disable shutdown of network and nfs, 
82
### disable shutdown of network and nfs, 
83
# if we have the LiveCD mounted over NFS
83
# if we have the LiveCD mounted over NFS
84
if [ $NFSROOT ]; then
84
if [ $NFSROOT ]; then