This patch removes the exclusion of `/` in the fstab update. This is useful for a lot of things, including but not limited to: - The setting of `fspassno`, proposed as "[PATCH v2] wic: added fspassno parameter to partition" - The writing of `fsoptions`
The latter is used for example for systemd-growfs: ``` part / --fstype ext4 --fsoptions "defaults,x-systemd.growfs" --fspassno 1 --align 1024 --part-type 8304 --use-uuid ``` Changes to v1: - Repaired selftest wic.Wic2.test_qemu Tobias Schmidl (2): wic/plugins/images/direct: Allow changes in fstab on rootfs oeqa/selftest/wic.py: Repaired test_qemu() meta/lib/oeqa/selftest/cases/wic.py | 2 +- scripts/lib/wic/plugins/imager/direct.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.36.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166120): https://lists.openembedded.org/g/openembedded-core/message/166120 Mute This Topic: https://lists.openembedded.org/mt/91331700/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
