Lines Matching +full:- +full:- +full:exclude
3 # The systemd-tmpfiles has the ability to grab information
23 # f+ "/var/example" - - - - %B\n%o\n%w\n%W%%\n
25 # [1] - https://github.com/systemd/systemd/pull/16187
27 [ -n "${HOST_SYSTEMD_TMPFILES-}" ] ||
28 HOST_SYSTEMD_TMPFILES=systemd-tmpfiles
30 [ -n "${1-}" -a -d "${1-}"/usr/lib/tmpfiles.d ] ||
33 ${HOST_SYSTEMD_TMPFILES} --no-pager --cat-config --root="$1" |
34 sed -e '/^[[:space:]]*#/d' -e 's,^[[:space:]]*,,' -e '/^$/d' |
35 while read -r line; do
38 eval "set -- $line"
48 if echo "$2 ${7-}" | sed -e 's,%[%BCEgGhLMosStTuUVwW],,g' | grep -v -q '%'; then
56 TMPDIR= TEMP= TMP= ${HOST_SYSTEMD_TMPFILES} --create --boot --root="$1" \
57 --exclude-prefix=/dev --exclude-prefix=/proc --exclude-prefix=/run \
58 --exclude-prefix=/sys --exclude-prefix=/tmp --exclude-prefix=/mnt \
59 -