Package: dropbear Version: 2014.65-1 The script /usr/share/scripts/init-premount/devpts returns an error 'mountpoint: not found' during system start. /bin/mountpoint is not available in initrd.img.
Here is the line 21: mountpoint -q /dev/pts || exit 0 Furthermore, control operator '||' should be replaced by '&&' (if /dev/pts is already mounted, exit with 0, otherwise continue, i.e. try to mount devpts in the directory). Tested on thin diskless clients, Debian Jessie 8.1, linux-image-3.16.0-4-686-pae, initramfs v. 0.120. Regards, D.P.