From a6520e533c52b7caf3410d8c83637060a7adaed1 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Fri, 27 May 2016 19:45:23 +0000 Subject: [PATCH] - Add onlyaml to the package for use in the runtime - Cleanup deprecated files - Add default sysconfig. --- packages/base/all/vendor-config-onl/PKG.yml | 23 +++++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/packages/base/all/vendor-config-onl/PKG.yml b/packages/base/all/vendor-config-onl/PKG.yml index 32109df3..4c641ae4 100644 --- a/packages/base/all/vendor-config-onl/PKG.yml +++ b/packages/base/all/vendor-config-onl/PKG.yml @@ -8,10 +8,13 @@ packages: summary: ONL Base Configuration Package files: - src/python/onl : $PY_INSTALL/onl - src/boot.d : /etc/boot.d - src/bin : /usr/bin - src/lib : /lib/vendor-config/onl + - src/python/onl : $PY_INSTALL/onl + - $ONL/tools/onlyaml.py : $PY_INSTALL/onl/onlyaml/__init__.py + - src/etc : /etc + - src/boot.d : /etc/boot.d + - src/bin : /usr/bin + - src/lib : /lib/vendor-config/onl + changelog: Changes @@ -24,10 +27,12 @@ packages: summary: ONL Base Configuration Package (Loader) files: - src/python/onl : $PY_INSTALL/onl - src/bin/initmounts : /bin/initmounts - src/bin/initubootenv : /bin/initubootenv - src/bin/initnetdev : /bin/initnetdev - src/bin/pki : /sbin/pki + - src/python/onl : $PY_INSTALL/onl + - $ONL/tools/onlyaml.py : $PY_INSTALL/onl/onlyaml/__init__.py + - src/etc : /etc + - src/bin/onl-mounts : /bin/onl-mounts + - src/bin/initubootenv : /bin/initubootenv + - src/bin/initnetdev : /bin/initnetdev + - src/bin/onl-pki : /sbin/onl-pki changelog: Changes