Dear Maintainer,
I'm not sure this really belongs to isc-dhcp-client, and may deserve attention from other maintainers, but I couldn't find a better place for reportbug.
If a debian jessie system is rebooted with grub's default "recovery mode", and if there's no separate /var partition, the / partition cannot be remunted read-only, because there's a lease file used by dhclient inside /var.
mount -n -o remount,ro will report : mount: / is busy
Indeed /var/lib/dhcp/dhclient.eth0.leases is reported as opened in w mode by lsof.
I believed it may not be ideal to keep dhclient running when in recovery mode, although I'm not qualified enough to know whether it's systemd's duty to stop it for instance.
In any case, killall dhclient is a workaround that allows remounting / read-only.
Hope this helps.
Thanks in advance.
Best regards,