Here's one for the debian aficionados on the list, is it
possible to use apt-get install with a list of packages fed in from a file?
Another way to do this is:
(on box 1)
dpkg --get-selections > foo
(copy foo to box 2 then on box 2)
dpkg --set-selections < foo
Then...
apt-get dist-upgrade (i /think/)
Thanks Adam -- jabberid = quinophex@jabber.earth.li AFFS || http://www.affs.org.uk/ || Not a filesystem
I'd go for apt-get dselect-upgrade (rather than dist-upgrade) ... :o) Cheers, Safe