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
Now one can customize the kernel arguments. For example, the podman
machine folks don't want composefs so they can pass in:
```
custom-coreos-disk-images.sh --extra-kargs='ostree.prepare-root.composefs=0'
```
0 commit comments