Code review comment for lp://staging/~didrocks/ubiquity/minimal-install

Revision history for this message
Mario Limonciello (superm1) wrote :

In my opinion it would be better to build the list of packages to remove outside of the livefs and in a seed file.

Today there are two manifset files shipped in the ISO:
/casper/filesystem.manifest which represents all packages installed
/casper/filesystem.manifest-remove which represents those packages that are only needed for live install

I would think that you can easily create a 3rd file:
/casper/filesystem.manifset-minimal-remove that is concatenated with *manifest-remove

That would allow derivatives to more easily modify this as well.

« Back to merge proposal