At 3:54 PM +0100 3/1/07, Ingemar Nilsson wrote:
Les Mikesell lesmikesell@gmail.com writes:
Maybe you just need to come up with a way to preload a few programs.
In a startup script:
...
Readahead does this, and is probably already installed. "rpm -qil readahead" and read its README.
I use the following command to list missing files in the readahead.later file:
while read f ; do [[ ! -a "$f" ]] && echo "'$f'" ; done \ </etc/readahead.d/default.later