On Tuesday 28 February 2006 16:27, "Walter Dnes" <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-user] accelerate emerge': > #!/bin/bash > emerge --deep --update --world --fetchonly > emerge --deep --update --world > > ...but I'd like to get an emerge going on the 1st package as soon as > it's finished downloading, whilst having the downloads of all the other > packages continue in a separate thread.
Try adding '&' to your first line to start it as a background process. I did this for months. MAKE SURE emerge --info SHOWS THAT YOU ARE USING THE DISTLOCKS FEATURE. It's a separate process instead of a separate thread, but it should do what you want. You may also want to throw a '> /dev/null 2>&-' before the '&', but that depends on your sensibilities. -- "If there's one thing we've established over the years, it's that the vast majority of our users don't have the slightest clue what's best for them in terms of package stability." -- Gentoo Developer Ciaran McCreesh -- gentoo-user@gentoo.org mailing list