I need to replicate my Ubuntu laptop as a VirtualBox guest. To replicate in the guest the packages currently installed in my laptop, I plan to follow the recipe given here:
http://www.nixtutor.com/linux/keep-a-backup-of-installed-packages/
What I need now is a way to identify all the packages that have customizations (e.g. changes to config files, etc.)
What's the best way to do this? Can dpkg figure this information out and report it?
