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:27 +0100 |
commit | be7ff1741e8ab5f2724b3f64da1bed8b0d3dcb7c (patch) | |
tree | 8b8e3937e3360fb830e9a562ec92d5f3dcc7dec1 /scripts/lib/wic/ksparser.py | |
parent | 1c187fd7f722b01e0284e4d368f6f9366e9c2f0b (diff) | |
download | openembedded-core-be7ff1741e8ab5f2724b3f64da1bed8b0d3dcb7c.tar.gz openembedded-core-be7ff1741e8ab5f2724b3f64da1bed8b0d3dcb7c.tar.bz2 openembedded-core-be7ff1741e8ab5f2724b3f64da1bed8b0d3dcb7c.zip |
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]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/wic/ksparser.py')
0 files changed, 0 insertions, 0 deletions