commit | 044258a3f87679faca20180e55e00ad7fa355924 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 28 11:51:23 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 31 10:13:00 2020 -0400 |
tree | 44d19ecf6e7e220ddb1992a9178c75cdef1717ce | |
parent | d34a6a253a3a6897afa66764f403a28949048f68 [diff] |
configs: sandbox: activate command env select and env load Add support of environment location with the new env command: 'env select' and 'env load' The ENV backend is selected by priority order - 0 = "nowhere" (default at boot) - 1 = "EXT4" To test EXT4 env support, this backend is selected by name: > env select EXT4 Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>