Skip to content
Oliver Kurth edited this page Apr 9, 2024 · 1 revision

Kickstart Configuration

When should I use packages and when should I use packageslist_files (or packagelist_file`)?

It's up to you. Using the file list will give you the option to swap out, or dynamically change the file. It also makes the configuration more structured. The list of packages can be long, and would clutter the main config file.

If you build multiple appliances, the package list files can be shared.

Use packageslist_files if you have sets of packages that serve a common purpose.

Use packages when you add additional packages for misc reasons, or those that are specific to your appliance.