diff options
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 | ||