|
From: Bruce S. <bw...@ar...> - 2006-10-06 18:07:44
|
> > Are there any other scripts that should "require" the nfs script first? > > As long as the init script is started in the right order, nothing. ;-) I guess we'll find out what's in the wrong order after we release it! :) > >> 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. > > > > That is probably a good idea, but what is that going to break? > > Do any of the standard scripts make use of /mnt now? > > (save-config? -- appears NOT to use /mnt, but what else?) My searching for "/mnt" only found: initrdtree/mount_cdrom that needs to be changed to another mount point. Can you think of anything else? - BS |