Felipe Sateler: > On Thu, Apr 20, 2017 at 11:12 AM, Niels Thykier <[email protected]> wrote: >> [...] >> Hi, >> >> Should we remap this as a check for "$local_fs" or can people assume >> that /usr is always present? > > I'd say yes.
That wasn't a "Yes/No" question! ;) > The idea is that it should be guaranteed that /usr is > mounted by the time the initramfs passes control to the init system. > This means that most software (except things that survive past the > init killing spree) can assume /usr is always available. > Ok, so just drop the /usr check completely - will do. >> Currently, use of /var needs "$local_fs". > > I'd say that use of /var requires $remote_fs. Remote-mounted /var is a > supported configuration. > > So far, I have only seen sources claiming that /var requires $local_fs. Notably, the (possibly dated) wiki page https://wiki.debian.org/LSBInitScripts says $local_fs as well and I got no reference/recent mail debate in the back of my head to claim otherwise (unlike /usr, which I can remember seeing some debate about on debian-devel). I will leave /var for now as it is. Feel free to bring up /var requiring $remote_fs once stretch released. I will be happy to implement it given a consensus on debian-devel. Thanks, ~Niels

