You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootc images have the file "/usr/lib/ostree/prepare-root.conf" with the following contents:
```toml
[composefs]
enable = yes
```
"enable = yes" is not valid toml, so serde panics while parsing.
Signed-off-by: Pragyan Poudyal <[email protected]>
0 commit comments