Additional package to Kicksecure ISO build

Looking for methods to add a package to ISO that’s not included by default .

You should be able to add any additional packages you want to derivative-maker/live-build-data/live-build-config/live_build_package_list_kicksecure. The format of this file is pretty simple, each package goes on its own line, lines that start with # are comments. There are placeholders that are handled specially by the build process, but that’s the extent of the “fancy” processing that is done. Packages will be installed in the order specified in the file, so generally speaking it’s safest to add additional packages to the end of the file.

Once you’ve added the packages you want, commit your changes (git add -A && git commit -m 'checkpoint'), then run derivative-maker like you normally would. You will be given one error due to the fact that your commit is untagged - this is normal, and you can safely press c followed by Enter to ignore the error.

1 Like

Thanks for help.
As newcomer from archlinux, things seems different here.
Unfortunately there is no video demonstrating this like i did with archiso to build custom ISO ,
If you have any youtube video to start with incl calamares setting etc

Otherwise i will give best effort to go thorough all related wiki and your posted steps above