cloning a desktop to a notebook [SOLVED]

Greg Rundlett greg.rundlett-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Sun Nov 16 10:16:26 EST 2008


So, I did this again, and when I tried it previously, I couldn't get
the actual install part to do anything (using apt-get -f install).
Instead, I found that using

sudo apt-get -u dselect-upgrade

is the final command that works.

So, to clone the package installation state of System A to System B do
the following:

== on System A ==
sudo dpkg --get-selections > package-list.txt

copy package-list.txt from System A to System B

== on System B ==
sudo dpkg --set-selections < package-list.txt
sudo apt-get -u dselect-upgrade


-- 
visit http://freephile.com today
skype/aim/irc/twitter freephile
home office 978-225-8302
greg-SfI3QVg0eaJl57MIdRCFDg at public.gmane.org





More information about the Discuss mailing list