In the RedHat world and its derivative,
after installing a system you usually get a file named
“/root/install.ks”.
This is not the case in the Debian
world, but I think I found a way to get a “dump” of the answaers
I provided in the installation process:
### Preseeding other packages # Depending on what software you choose to install, or if things go wrong # during the installation process, it's possible that other questions may # be asked. You can preseed those too, of course. To get a list of every # possible question that could be asked during an install, do an # installation, and then run these commands: # debconf-get-selections --installer > file # debconf-get-selections >> file
I took that from