usr.sbin/makefs: Ignore the "tags" keyword in mtree manifests
commit32357d2acfd467795886f13d62427207578d24db
authorTomohiro Kusumi <tkusumi@netbsd.org>
Sun, 31 Oct 2021 15:27:28 +0000 (1 00:27 +0900)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Sun, 31 Oct 2021 15:27:28 +0000 (1 00:27 +0900)
tree3c76dc327cf83c4bc2b9a931e4e51217dc4fceab
parent2a7b29081fc07850383b0a851c4d32b553412522
usr.sbin/makefs: Ignore the "tags" keyword in mtree manifests

An install using -DNO_ROOT emits mtree entries containing tags used by
pkgbase.  makefs(8) can safely ignore them, so do that rather than
emitting a warning for each entry.

taken from FreeBSD ed42b22abc48ba53aaa38e1e64438b6d71e7e944
usr.sbin/makefs/mtree.c