Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] wic/plugins/images/direct: Allow changes in fstab on rootfs
@ 2022-05-17 18:48 Tobias Schmidl
  2022-05-17 18:48 ` [PATCH 1/1] " Tobias Schmidl
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Schmidl @ 2022-05-17 18:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tobias Schmidl

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(-)

-- 
2.36.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-19 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 18:48 [PATCH 0/1] wic/plugins/images/direct: Allow changes in fstab on rootfs Tobias Schmidl
2022-05-17 18:48 ` [PATCH 1/1] " Tobias Schmidl
2022-05-19 13:34   ` [OE-core] " Luca Ceresoli
2022-05-19 15:07     ` Schmidl, Tobias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox