diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-18 12:47:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-10-18 12:47:00 +0000 |
commit | 751edc8fc443bb89e504bf0f87c52826de91beae (patch) | |
tree | 839914c9f681fe8ee8608ba2bab3f960886652e9 /recipes-sota/ostree-initrd/files/init.sh | |
parent | 61477cc44ce0d2721d76f48cc8ccaba50d75d432 (diff) | |
parent | ed143db2981330d8a578a76584d69ccce313494c (diff) | |
download | meta-updater-751edc8fc443bb89e504bf0f87c52826de91beae.tar.gz |
Merge "Bump OSTree version to v2016.11"
Diffstat (limited to 'recipes-sota/ostree-initrd/files/init.sh')
-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 | ||