On Wed, Mar 12, 2025 at 02:23:06PM +0100, Marco d'Itri wrote: > On Mar 12, Mark Hindley <m...@hindley.org.uk> wrote: > > > + update-rc.d kmod remove || true > Why the "|| true"? > > update-rc.d does not fail even the symlinks have already been removed.
Yes, at the moment "|| is redundant. But I think it will be required if /etc/init.d/kmod is present and #680293 is fixed. In that case update-rc.d will exit with an error message as documented in update-rc.d(8). Mark