diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-04-13 10:25:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-14 10:58:33 +0100 |
commit | f7352ca2c483ef695c7276296d1f08b3ff4c1d2e (patch) | |
tree | 0bef2991be7cb6730c9b11bcf917fecc48236b86 /meta-skeleton/recipes-multilib/images | |
parent | b2f5de58fccc7be9260abd68965d4c973ec1a18b (diff) | |
download | poky-f7352ca2c483ef695c7276296d1f08b3ff4c1d2e.tar.gz |
wic: fix bug in handling fsoptions
Partitions specifying --fsoptions were silently skipped by wic
due to the old bug introduced when removing code related to
subvolume handling:
- if mountpoint == "/" or not fsopts or fsopts.find("subvol=") == -1
+ if mountpoint == "/" or not fsopts:
[YOCTO #9396]
(From OE-Core rev: be7ff1741e8ab5f2724b3f64da1bed8b0d3dcb7c)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-multilib/images')
0 files changed, 0 insertions, 0 deletions