|
From: <sa...@pe...> - 2006-09-26 20:19:58
|
Heiko Zuerker wrote on 09/26/2006 03:55:26 PM: > We could start portmap and mount.nfs right after the network, before > anything else starts. > You'll need to modify the inserv config file, I think we had that in > build/scripts/config/ If you're going to make it easier to do NFS mounts, you should also consider making it easier to create mount points in a logical place. Unless I'm missing something, it doesn't appear that you can create new directories under /mnt since the filesystem is read only. Perhaps /mnt should be made a link to /shm/mnt, like /etc and /var, to allow new directories to be created under /mnt. I guess putting the mkdir commands, to create mount points, in /etc/init.d/boot.local (as I have done) is ok, unless you want a more dedicated way to do this. -- Scott Allen |