mbox series

[0/1] wic/plugins/images/direct: Allow changes in fstab on rootfs

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

Message

Tobias Schmidl May 17, 2022, 6:48 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
```

Tobias Schmidl (1):
  wic/plugins/images/direct: Allow changes in fstab on rootfs

 scripts/lib/wic/plugins/imager/direct.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)