Skip to content

Finish the nfs.conf transition

As part of the upgrade to bookworm, we converted custom command-line options in /etc/default to a configuration file under /etc/nfs.conf.d which the NFS daemons themselves will read. Now that bookworm is released, we can assume in new package versions that this upgrade has already been done.

Therefore:

  • Remove the obsolete upgrade logic (including for some older transitions) and the conversion script nfsconvert.py.
  • Remove the variable definitions from /etc/default and remove support for the variables in the init scripts. (This already happened in the systemd services.)

Merge request reports

Loading