On Fri, Dec 21, 2001 at 02:01:48AM -0800, Chandrashekahr Biger wrote: > > can I get the list of files utmost necessary > i.e like > > io.sys > pcdos.sys > command.com > > (strip down ver of /bin, /etc, /dev ) > > regards > ---end quoted text---
There is no specific set universally accepted. The best way of finding out is from a single floppy distro like "tomsrtbt". Mount the floppy, and do a tree on it and look for the various files and directories, or better still, run a "tree" on the mount point. This will give you a rough idea. HTH Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Reducing processes needed LOST #105 An attempt should be made to reduce number of processes where ever possible ... example "cat filename | less" is valid but evokes 2 processes. The same is possible with "less filename", with only one process evoked. ####<[EMAIL PROTECTED]>######################################## : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
