svn commit: r343874 - head/etc/mtree

Emmanuel Vadot manu at FreeBSD.org
Thu Feb 7 18:54:26 UTC 2019


Author: manu
Date: Thu Feb  7 18:54:25 2019
New Revision: 343874
URL: https://svnweb.freebsd.org/changeset/base/343874

Log:
  mtree: Add dtb subdir to the mtree file
  
  makefs will fails otherwise
  
  Reported by:	emaste
  MFC after:	1 week

Modified:
  head/etc/mtree/BSD.root.dist

Modified: head/etc/mtree/BSD.root.dist
==============================================================================
--- head/etc/mtree/BSD.root.dist	Thu Feb  7 18:07:17 2019	(r343873)
+++ head/etc/mtree/BSD.root.dist	Thu Feb  7 18:54:25 2019	(r343874)
@@ -11,7 +11,11 @@
         defaults
         ..
         dtb
+            allwinner             tags=package=runtime
+            ..
             overlays              tags=package=runtime
+            ..
+            rockchip              tags=package=runtime
             ..
         ..
         firmware


More information about the svn-src-head mailing list