Confused about the default-flatpaks and dnf modules #70
-
|
Hi, I just discovered this project and it is great. My goal is to create my custom image just with a few apps/flatpak installed by default and to add the tuxedo drivers into my custom image. I already found other people who added the tuxedo drivers into their custom image. I am a bit confused about the default-flatpaks and dnf modules. I am using bluefin-dx as my base image. Do these modules add their packages "on top" of whatever is already installed into your base image? Or remove what is installed already in the base image? I am just not sure if I should add all the bluefin-dx packages (they have the list of packages somewhere in their repo) or just the ones I want to add/remove from what is in their base image. Thanks, Danny |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
When you build an image, you're building on top of someone else's image. So you can add or remove whatever you want from what is in the upstream image. Now, unless you use the rechunk feature, removing a package will still end up taking space in the final image because it was added in a previous layer, but it won't show up in the final image you boot. |
Beta Was this translation helpful? Give feedback.
When you build an image, you're building on top of someone else's image. So you can add or remove whatever you want from what is in the upstream image. Now, unless you use the rechunk feature, removing a package will still end up taking space in the final image because it was added in a previous layer, but it won't show up in the final image you boot.