Changes between Version 27 and Version 28 of Internal/SandboxConsoleSetup
- Timestamp:
- Oct 10, 2012, 6:14:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SandboxConsoleSetup
v27 v28 31 31 {{{ 32 32 home:/export/home /home nfs _netdev,auto 0 0 33 }}} 33 }}} 34 If you are migrating from autofs, you will need to disable autofs on startup. In some cases this is managed by upstart. A reference for removing upstart services can be found [http://askubuntu.com/questions/171798/remove-services-from-upstart here]. In ubuntu 10.04 modify /etc/init/autofs.conf and change the start on line to 35 {{{ 36 start on never 37 }}} 34 38 35 39 === LDAP Authentication === … … 161 165 162 166 163