João Matos wrote: > Well, thank you for your help. > > I had some problems, like no bootable system or no network, but I > could solve it and things are working pretty well pretty. > > The compilation time is really small after I removed these modules, > but I think it should be smaller: apparently the 'make && make modules > install' command don't use my '-j3' option. How do I configure it? > > The size is almost the same (3.3 MB), and I believe this is why my > work until now was to remove non used hardware modules - the easy > part. Now, I'll slow down a bit, bcz I need to learn about the other > options before turning them off. > > Thant you all, >
make -j 3 all && make modules_install I guess you can add -j 3 to the modules part to but since I have only the forced SCSI ones, it takes only a second or two. If you use a lot of modules, try adding that option. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!