]> code.ossystems Code Review - openembedded-core.git/commit
wic: Add option to not change fstab
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 19 Apr 2017 16:42:47 +0000 (13:42 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Sep 2017 21:17:40 +0000 (22:17 +0100)
commit00420ec42140c1b752132bda190dede85756d157
tree8bc84e0d911de969dca1524b87615ca7588f0b81
parent3b827eff306c484d78d61b259cd5d4eef8df381c
wic: Add option to not change fstab

Create an option to wic doesn't change fstab file, the final
fstab file will be same that in rootfs and wic doesn't update
file, e.g adding a new mount point.

Users can control the fstab file content in base-files recipe.
This is useful if you want to only create an partition but not
add fstab mount point or add new mount point using label e.g:

LABEL=recovery /recovery auto defaults 0  1

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/help.py
scripts/lib/wic/plugins/imager/direct.py
scripts/wic