diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-06-22 12:16:03 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-06-22 12:19:56 +0200 |
commit | 3eda07d8632fe6723418b47dfb3a0bb4b41129b3 (patch) | |
tree | 891f48bd89fa449b41378f5b0ecdb0b33358ef15 /recipes-sota/ostree-initrd/ostree-initrd.bb | |
parent | 64e2fb483f6d4df8929af9ada31a72e218121f0e (diff) | |
download | meta-updater-3eda07d8632fe6723418b47dfb3a0bb4b41129b3.tar.gz |
Retry mounting sysroot
Fixes DEM-169
Diffstat (limited to 'recipes-sota/ostree-initrd/ostree-initrd.bb')
-rw-r--r-- | recipes-sota/ostree-initrd/ostree-initrd.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree-initrd/ostree-initrd.bb b/recipes-sota/ostree-initrd/ostree-initrd.bb index b721405..6046c81 100644 --- a/recipes-sota/ostree-initrd/ostree-initrd.bb +++ b/recipes-sota/ostree-initrd/ostree-initrd.bb | |||
@@ -5,7 +5,7 @@ SRC_URI = "file://init.sh" | |||
5 | 5 | ||
6 | S = "${WORKDIR}" | 6 | S = "${WORKDIR}" |
7 | 7 | ||
8 | PV = "2" | 8 | PV = "3" |
9 | 9 | ||
10 | do_install() { | 10 | do_install() { |
11 | install -dm 0755 ${D}/etc | 11 | install -dm 0755 ${D}/etc |