Lines Matching refs:usr
254 Note that the build prefix for systemd must be /usr. (Moreover, packages
256 otherwise you are on your own.) -Dsplit-usr=false (which is the default
258 -Dsplit-usr=true can be used to give a semblance of support for systems
259 with programs installed split between / and /usr. Moving everything
260 under /usr is strongly encouraged.
346 SysV init.d script, it calls /usr/lib/systemd/systemd-sysv-install;
356 systemd will warn during early boot if /usr is not already mounted at
359 will break if /usr is on a separate late-mounted partition, many of its
361 another. For example, udev rules tend to refer to binaries in /usr,
362 binaries that link to libraries in /usr or binaries that refer to data
363 files in /usr. Since these breakages are not always directly visible,
365 the basic set of Linux OS components. Taint flag 'split-usr' will be
369 https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
371 systemd will warn if the filesystem is not usr-merged (i.e.: /bin, /sbin
372 and /lib* are not symlinks to their counterparts under /usr). Taint flag
373 'unmerged-usr' will be set when this condition is detected.