How can I get a a list of installed packages from a debian setup which is mounted to /mnt/ while using a rescue mode?
Scenario: Server crashed, only rescue mode possible. Setting up a new server, migrate data from old server to new with rsync.
But how to install all packages on the new server which were installed on the old server (yeah, rescue mode only)?
Thanks!