]> code.ossystems Code Review - openembedded-core.git/commit
wic: Add option to not change fstab pyro+ossystems
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 19 Apr 2017 16:42:47 +0000 (13:42 -0300)
committerFabio Berton <fabio.berton@ossystems.com.br>
Mon, 9 Nov 2020 18:33:14 +0000 (15:33 -0300)
commit8bc570fdad8c574bd3fc9c6bf888b21806e8fa81
treee81101357b9a3c53063d0cb2f76b40c603e93ffc
parent819aa151bd634122a46ffdd822064313c67f5ba5
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

Change-Id: I078e64dc1fe7e5d745e75ad50314ef1dcc796d81
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
scripts/lib/wic/help.py
scripts/lib/wic/plugins/imager/direct.py
scripts/wic