-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels