aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/rootfs.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-04-13 10:25:31 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-14 10:58:33 +0100
commitf7352ca2c483ef695c7276296d1f08b3ff4c1d2e (patch)
tree0bef2991be7cb6730c9b11bcf917fecc48236b86 /meta/lib/oe/rootfs.py
parentb2f5de58fccc7be9260abd68965d4c973ec1a18b (diff)
downloadopenembedded-core-contrib-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/lib/oe/rootfs.py')
0 files changed, 0 insertions, 0 deletions