*** How to install single .deb package(s) (that not exist in repo) in the build ***
- choose (at "Settings") to run xterm at the end of installing packages
- while running (e.g at debootstrap process or just after, the chroot folder should have been created already), place .deb packages in chroot folder (directly at the root)
- type in xterm when it appears:
dpkg -i *.deb
(will install all packages that exist in chroot) - still in xterm: remove the deb package(s) after install is done:
rm -f *.deb
- close xterm