]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic/plugins/images/direct: Allow changes in fstab on rootfs
authorTobias Schmidl <tobiasschmidl@siemens.com>
Wed, 25 May 2022 12:25:26 +0000 (14:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 May 2022 22:47:20 +0000 (23:47 +0100)
commit20d43a2599d7622b96e2fb0da87a886da1a3794a
treefa6183ce14944685ab7dafd4f73fa57a9a122a32
parentf72fdea1c890ddd793aa63bb9c1c0857962161cc
wic/plugins/images/direct: Allow changes in fstab on rootfs

Allow wic to also manipulate the rootfs entry in fstab, which it
currently refuses to write. Reasons one might want to do that include
using systemd-growfs via --fsoptions on /
With this change / is now handled exactly the same as other
mountpoints, the former exception seemingly was not even documented.

Signed-off-by: Tobias Schmidl <tobiasschmidl@siemens.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/imager/direct.py