Hi, On Tue, 20 Jun 2017, Michael Biebl wrote: > You might also consider not hard-coding the path at all, and simply rely > on PATH being set properly. This should be a safe assumption, especially > since the binary is now in /bin
The path is not hardcoded anywhere, except in the place where we want to copy the executable in the initramfs that we are building. This one seems unavoidable (unless we use "command -v" or similar) but that doesn't seem to be the norm when you use initramfs's copy_exec helper function. So I just updated the path and will upload a fixed package. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.freexian.com/services/debian-lts.html Learn to master Debian: https://debian-handbook.info/get/
