Skip to content

Some executables are shipped as conffiles #419

Description

@antlassagne

On debian based systems, a few files are in /etc but are not conffiles

  • /etc/nvidia-mig-manager/service.sh should really be in /usr/libexec/nvidia-mig-manager (doc)
  • /etc/nvidia-mig-manager/utils.sh should really be in /usr/share/nvidia-mig-manager (doc)
  • The autogenerated config.yaml (from nvidia-mig-parted generate-config -f "${CONFIG_FILE}.tmp" would more properly be in /run/nvidia-mig-manager (doc)

Having everything in /etc make systems extremely challenging to upgrade. conffiles will be treated differently than other files by apt, they may not be overriden on upgrades, nor deleted on removal/purge.

Environment (please provide the following information):

  • mig-parted version: [e.g. v0.14.2]
  • Host OS: Ubuntu26.04

Metadata

Metadata

Labels

enhancementImprovements to existing features, performance, or usability (not bug fixes or new features).

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions