mbox series

[v2,0/2] wic/plugins/images/direct: Allow changes in fstab on rootfs

Message ID 20220525122527.765791-1-tobiasschmidl@siemens.com
Headers show
Series wic/plugins/images/direct: Allow changes in fstab on rootfs | expand

Message

Tobias Schmidl May 25, 2022, 12:25 p.m. UTC
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(-)