Code: Select all
emerge --emptytree systemCode: Select all
emerge --emptytree systemCode: Select all
emerge --resumeCode: Select all
emerge -e world || until emerge --resume --skipfirst; do date; done
yepdo an emerge -e, and if it fails it skips the first one and resumes
Code: Select all
cp /var/cache/edb/mtimedb ~Code: Select all
mv ~/mtimedb /var/cache/edbI just discovered this trick on my own (by reading the 'emerge' source code), and I must say - this is a HUGE help. I hate getting into the middle of a huge long emerge (like emerge -eD world) only to have it fail requiring the installation of another package. Any attempt to install that required package would whack my original attempt, forcing me all the way back to the beginning & wasting a lot of time.kimchi_sg wrote: Hope this will help someone save lots of time. It did for me.
