Talking with Allison, when flushed the following potential design for the sysroot layout which would allow us to transition existing ostree based bootc systems to pure composefs ones:
.
├── composefs
│ ├── images
│ ├── objects
│ └── streams
├── ostree
│ ├── repo
│ └── deploy
│ └── fedora
│ ├── deploy
│ │ └── hash.0
│ └── var
└── state
├── deploy
│ ├── composefshash0
│ │ ├── etc
│ │ └── var -> ../../../ostree/deploy/fedora/var
│ └── composefshash1
│ ├── etc
│ └── var -> ../../os/fedora/var
└── os
└── fedora
└── var