I just installed fedora 12 to a small partition (4G) and all directories (/, swap) are on it. after installation I managed to make a 8G blank space, formatted as ext4 and mounted as /outresource. I plan to install some bulky software like intel C++/fortran composer suites and/or openoffice there.
Usually when I install packages I would simply run "yum install ..." as root and this is really an automated process. in my case how can I tell yum to install packages in /outresource instead of the default partition, which is usually in "/" and thus the small disk would be quick crammed up if I dont make changes to the yum command.
Thanks a lot.