Hello, when building the ISO of doom, the preseed.cfg file contains a line:

# Install a limited subset of tools from the Kali Linux repositories
d-i pkgsel/include string openssh-server openvas metasploit-framework metasploit

How would I go about including all of the tools that come with the standard download of Kali?

d-i pkgsel/include *
d-i pkgsel/include all

Or do I just leave this line out and it will grab all the repo's?
Not able to find this anywhere.

Thank you in advance for you help.