diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-11 11:07:03 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-12 10:45:00 +0200 |
commit | ed143db2981330d8a578a76584d69ccce313494c (patch) | |
tree | 318c6739352741aeae487fd4e8b872e43807533a /recipes-sota/ostree-initrd | |
parent | 7bd3693b986e0a6e59016767ea6f075ba01ab68c (diff) | |
download | meta-updater-ed143db2981330d8a578a76584d69ccce313494c.tar.gz |
Bump OSTree version to v2016.11
Bug-AGL: SPEC-285
Change-Id: Ie76e8bbad1f272cfc0bc34654a708d3ae233dde0
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-sota/ostree-initrd')
-rw-r--r-- | recipes-sota/ostree-initrd/files/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree-initrd/files/init.sh b/recipes-sota/ostree-initrd/files/init.sh index 5aa99d6..806a7b1 100644 --- a/recipes-sota/ostree-initrd/files/init.sh +++ b/recipes-sota/ostree-initrd/files/init.sh | |||
@@ -35,7 +35,7 @@ get_ostree_sysroot() { | |||
35 | done | 35 | done |
36 | } | 36 | } |
37 | 37 | ||
38 | export PATH=/sbin:/usr/sbin:/bin:/usr/bin | 38 | export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/ostree |
39 | 39 | ||
40 | log_info "starting initrd script" | 40 | log_info "starting initrd script" |
41 | 41 | ||